Base URL
Authentication
Send your key on every request:Scopes
A call that needs a scope your key lacks returns
403 forbidden_scope.
Rate limits
Requests are limited per partner, at sixty per minute. Over the limit returns429 rate_limited; back off and retry. Build jobs have their own capacity limits;
see Build jobs.
Endpoints
Errors
Every non-2xx response uses one envelope:Ownership failures answer
404 not_found, never 403. A request for an account,
site, or job that is not yours is indistinguishable from one that does not exist,
by design, so the API never reveals another partner’s ids.