The API uses a static API token issued by Continu. The token is long-lived — you do not need to refresh it.Documentation Index
Fetch the complete documentation index at: https://reporting.continu.com/llms.txt
Use this file to discover all available pages before exploring further.
Getting a token
Contact your Continu account team. Tokens are issued per organization. Treat the token like a password:- Store it in a secret manager (AWS Secrets Manager, GCP Secret Manager, Vault, 1Password, etc.).
- Never commit it to source control.
- Rotate it immediately if you suspect exposure.
Sending the token
Include the token in theAuthorization header on every request:
Token compromise
If you believe a token has been exposed:- Email support@continu.co immediately to have the token revoked.
- A new token will be reissued.
- Audit recent API activity from your side for anything unexpected.
Auth-related response codes
Token accepted, request processed.
Token missing, malformed, or revoked. Verify the
Authorization header is present and the token is current.Token is valid but lacks access to the requested resource. Contact your account team if you believe this is in error.