Authorization header.
Getting a Token
From the Dashboard (Dev/Testing)
If you’re testing the API manually, the easiest way to get a token is from your browser’s DevTools while logged in to the dashboard:- Open the Network tab.
- Find any
/api/*request. - Copy the value of the
Authorization: Bearer ...header.
Machine-to-Machine (Client Credentials)
For server-side integrations, use the Auth0 Client Credentials flow:access_token valid for the specified lifetime.
Using the Token
Include the token in every request:Token Validation
The API validates tokens using Auth0’s public JWKS. Tokens must:- Be signed by your Auth0 tenant
- Have the correct
audienceclaim - Not be expired