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
https://api.eu.liza.app/api/v1Alias: 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):
Authorization: Bearer YOUR_TOKENResources
| Area | Base path |
|---|---|
| Users | /v1/users |
| Teams | /v1/teams |
| Lists | /v1/lists |
| List Items | /v1/list-items, /v1/lists/{listId}/items |
| Links & Search | /v1/links, /v1/links/search |
| Messages / Blocks | /v1/blocks, /v1/messages |
| Integrations | /v1/integrations |
| Connectors (OAuth) | /v1/connectors |
| Zapier | /v1/zapier |
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.
