API key (server-to-server)
Use API keys when calling the API from a backend you control. Each key has a paired secret — together they’re sent in theAuthorization header.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
How to authenticate requests to the Outseta API.
Authorization header.
Authorization: Outseta <API_KEY>:<SECRET_KEY>
Authorization: bearer <ACCESS_TOKEN>
| Use case | Scheme |
|---|---|
| Backend job, webhook handler, server-side integration | API key |
| Logged-in browser/mobile session | Bearer token |
| Public, unauthenticated endpoints (e.g. signup) | None |