Base URL
Authentication
All API requests (except health check) require authentication via an API key in theX-API-Key header:
Response Format
All responses are JSON. Successful responses return a2xx status code. Errors return 4xx or 5xx with a JSON body:
Pagination
List endpoints return paginated results wrapped in apagination object:
limit and offset query parameters to page through results.