Base URL
Endpoints
Error handling
All responses return JSON (except
204).
Pagination
List endpoints return paginated results using cursor-based pagination:limit to control page size (default 20, max 100). When has_more is true, pass starting_after with the id of the last item to get the next page.