The API is in preview. The base URL and endpoints describe the shape we’re building
toward and aren’t live yet.
Base URL
All endpoints are relative to:Authentication
Authenticate with an API key, passed as a bearer token on every request:401.
Scopes
A token carries the scopes you grant on the consent screen. Each endpoint requires its native scope; a request without it returns403.
Responses
Successful responses are JSON. List endpoints return their results under adata array.
Errors return a JSON object with a human-readable error message:
