Summary
Authorization uses three scopes:
All endpoints are scoped to your account — the API key determines which data
you see.
Conventions
- Successful responses wrap payloads in
{ success: true, data: ... }. - Errors use
{ success: false, code, error }with the HTTP status codes from Authentication → Error codes. - Pagination on
/jobsuses?limit=(1–100, default 50) and?offset=.