Errors
All endpoints use the same error shape:
Include
request_id when contacting support.
Pagination
Paginated collection endpoints acceptlimit and offset and return pagination in meta:
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.