Base URL
Authentication
All endpoints require an API key passed as a Bearer token:Error envelope
All errors return a consistent JSON body:Error codes
Pagination
List endpoints use cursor-based pagination. The response includes:nextCursor as the cursor query parameter on the next request to fetch the next page. When hasMore is false, you’ve reached the end.