Skip to main content
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" }
StatusDescription
400Invalid request body or missing required fields
401Missing or invalid API key
403Forbidden — access denied
404Resource not found
500Internal server error (retry with backoff)

Authentication

API key (e.g., azx_...)

Security Scheme Type:

http

HTTP Authorization Scheme:

bearer

Contact

AuthzX:

URL: https://authzx.com