Skip to main content

Errors

All endpoints use the same error shape:
Include request_id when contacting support.

Pagination

Paginated collection endpoints accept limit and offset and return pagination in meta:
Pass next_offset as the next request’s offset. A null value means there are no more records. Keep the same as_of value across pages when you need a stable point-in-time result set.