Informations
- OpenAPI version:
3.0.3
Access request management API with policy-driven authorization.
Two schemes are supported:
X-API-Key header — used by the Terraform provider and admin operations.Authorization: Bearer <jwt> — used by the web UI and end users.All endpoints except /healthz require an X-Tenant-ID header identifying the tenant.
The middleware validates that the provided credential belongs to the specified tenant.
A mismatch returns 403 tenant_mismatch.
Security scheme type: apiKey
Header parameter name: X-API-Key
Security scheme type: http
Bearer format: JWT
Security scheme type: apiKey
Cookie parameter name: jitsudo_session