Authorization header.
Getting a Token
Obtain an access token from your Auth0 tenant:Using the Token
Include it in every request:Token Contents
The JWT payload includes:| Claim | Description |
|---|---|
sub | User ID |
org_id | Tenant/organization ID |
permissions | Granted scopes |
tenant_id and user_id from these claims and uses them for multi-tenant isolation.
Development Mode
InENVIRONMENT=development, authentication can be bypassed for local testing. Set appropriate headers to simulate tenant context.