Docs / Authentication & errors

Authentication & errors

Authentication

Every request — other than health checks and the internal service callbacks — is authenticated with a bearer token, presented as an Authorization header:

Authorization: Bearer <your-osc-access-token>

In production on OSC, this is enforced by the platform's login wall in front of the instance. The token is your OSC Personal Access Token — the same one used in Installation to deploy the instance.

Errors & conventions