Skip to main content

Base URL and authentication

Use the public base URL and send your API key in the header provided during onboarding.

Response shape

List endpoints return an object with data. Cursor-paginated endpoints may also return next_cursor.
Detail endpoints return one resource object.

Pagination

Cursors are opaque. Clients should not decode or generate cursor values.

Time parameters

from and to must use ISO 8601 UTC format.

Error format

Errors use a JSON problem format.