API Reference
This section documents direct integration with the AuditAuth public API.
Base URL: https://api.auditauth.com/v1
Interactive API console: https://api.auditauth.com/docs-public#/
Scope
Use this reference when your team wants to integrate manually without SDK wrappers.
The canonical flow is:
- Start login with
POST /applications/login - Redirect user to hosted login
- Receive callback with
code - Exchange with
POST /auth/authorize - Maintain session with
POST /auth/refresh - End session with
PATCH /auth/revoke
Public API Surface
- Hosted Login Flow
- Session Lifecycle
- Portal Flow
- Custom Identity Flows
- Metrics Ingestion
- JWT & Public Key
- Error Model
- Rate Limiting
- Schemas & Payloads
Contract Notes
- API paths in this section are always relative to
https://api.auditauth.com/v1. - This reference excludes SDK-specific BFF endpoints.
- Error handling should branch by HTTP status first, then by message details.
Last updated on