Public API (REST)
Last updated 24 days ago
Public API (REST)
The Liza Public API is a RESTful HTTP API using JSON. It covers the same data as the MCP server, but is designed for classic integrations without an AI client.
Base URL
Alias: https://api.eu.liza.app/public-api/v1 — the same API, a different ingress path. All resources live under the /v1 prefix.
Authentication
Bearer token in every request (see Authentication):
Resources
Start by reading the Conventions (pagination, errors, formats).
Internal endpoints
Not part of the Public API: /internal/* (API-key-protected plumbing endpoints) as well as the inbound webhook receivers (/v1/integrations/webhook/*, /v1/mail/inbound/*) — these are signature-verified receivers, not developer endpoints.