Overview
Jitsudo API (1.0.0)
Section titled “Jitsudo API (1.0.0)”Access request management API with policy-driven authorization.
Authentication
Two schemes are supported:
- ApiKeyAuth:
X-API-Keyheader — used by the Terraform provider and admin operations. - BearerAuth:
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.
- OpenAPI version: 3.0.3
Authentication
Section titled “ Authentication ”ApiKeyAuth
Section titled “ApiKeyAuth ”Security scheme type: apiKey
Header parameter name: X-API-Key
BearerAuth
Section titled “BearerAuth ”Security scheme type: http
Bearer format: JWT