Skip to Content
Beta DocsYou are viewing preview documentation that may change.Switch to stable v1
API Reference (Advanced)Overview

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:

  1. Start login with POST /applications/login
  2. Redirect user to hosted login
  3. Receive callback with code
  4. Exchange with POST /auth/authorize
  5. Maintain session with POST /auth/refresh
  6. 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