Version: 0.1.0
AuthzX API
The AuthzX API lets you manage your authorization model and check permissions.
Authentication
All API calls require an API key in the Authorization header:
Authorization: Bearer azx_...
Get your API key from Settings > API Keys in the AuthzX Console. Your API key is scoped to your tenant — all data is isolated.
Errors
All errors return a JSON object with an error field:
{ "error": "description of what went wrong" }
| Status | Description |
|---|---|
400 | Invalid request body or missing required fields |
401 | Missing or invalid API key |
403 | Forbidden — access denied |
404 | Resource not found |
500 | Internal server error (retry with backoff) |
Authentication
- HTTP: Bearer Auth
API key (e.g., azx_...)
Security Scheme Type: | http |
|---|---|
HTTP Authorization Scheme: | bearer |
Contact AuthzX: URL: https://authzx.com