Documentation Index
Fetch the complete documentation index at: https://docs.augustus.com/llms.txt
Use this file to discover all available pages before exploring further.
Overview
The Banking API authenticates requests via the standardAuthorization header with a bearer token. You can view and manage your API keys in the Augustus Dashboard.
API keys
Set your API key in theAuthorization header on every request:
Key format
API keys are prefixed with their environment (e.g.sandbox., prod.) so you can immediately identify which environment a key belongs to. Keys are otherwise opaque. Treat them as a single string.
Environments
| Environment | Base URL |
|---|---|
| Sandbox | https://api.sandbox.augustus.com |
| Production | https://api.augustus.com |
Key scopes
Each API key carries one or more scopes that gate which resources and actions it can use. See Scopes for the full catalogue, alias semantics, and recommended scope sets for common integration patterns.Authenticated request
Errors
| Status | Code | When |
|---|---|---|
| 401 | authentication_required | Missing or invalid API key |
| 403 | permission_denied | Valid key but insufficient permissions |