Base URL
Authentication
All API requests require awardin_sk_ key in the Authorization header:
Versioning
The API is versioned in the URL path (/v1/). Breaking changes (field removal, type change) require a new version with a 6-month deprecation window on the previous version. Adding optional fields is non-breaking and does not require a new version.
Response format
All responses are JSON. Success responses return the resource directly (no wrapper envelope):?cursor=cursor_01j... to fetch the next page. Default page size is 50.