API overview¶
The Kwirker API is REST + JSON, served from https://app.kwirker.com/api/v1/.
- Auth: OpenID Connect single sign-on, or long-lived per-user API keys. See Authentication.
- Format: JSON. All timestamps are ISO 8601 UTC.
- Pagination: cursor-based, via
?cursor=andLink:headers. - Rate limits: per plan — see Authentication.
See the full endpoint reference, rendered from the OpenAPI
schema. The raw schema is also published at
https://app.kwirker.com/api/v1/openapi.json.