Reference
Content API, endpoint by endpoint
Section titled “Content API, endpoint by endpoint”The public content API (https://api.canverly.com, ck_ and pk_ keys) has
a written reference, with examples, errors and limits for every route:
all endpoints.
OpenAPI by service
Section titled “OpenAPI by service”These pages are generated at build time from the OpenAPI specification each service versions in its own repository, without the internal routes. None is copied by hand, and the portal’s staleness gate fails when a specification changes without the reference being regenerated.
Content APIcanverly-api: the public API of ck_ and pk_ keys.
Formscanverly-forms: forms, leads and webhooks.
Sites & organizationscanverly-tenancy: used by the admin, with a user session.
Identitycanverly-auth: used by the admin and the login screen.
The forms, sites and identity routes are the ones the admin uses, with a logged-in user’s session. The API open to integrations is the content API.
Interactive reference
Section titled “Interactive reference”The interactive reference loads the contract served by the API itself and lets you try calls.