How to use the API
- All endpoints accept and return JSON.
- Authenticate using your API key as a query parameter:
?api_key=YOUR_KEY - The fields returned are determined by your organization's API configuration and may therefore vary.
Pagination
Paginated endpoints return the following headers:
X-Pagination-Total-Count- Total number of items across all pagesX-Pagination-Page-Count- Total number of pages availableX-Pagination-Current-Page- Current page numberX-Pagination-Per-Page- Number of items per pageLink- Navigation links forself,first,last,prev, andnextpages