A

Auth0 Authentication API

REST discovered

Details
URL
https://{yourDomain}
Docs
https://auth0.com/docs/api/authentication
Authentication
Auth0 application credentials compound discovered Get key ↗
api_key=<credential> /Authorization: Basic <credential>

In the Auth0 Dashboard Applications page, create or open an application to get its client_id. For confidential apps, also obtain its client_secret or configure private key JWT / mTLS as described in Authentication API. Use the app's token endpoint authentication method that matches your flow.

Management API access token bearer discovered Get token ↗
Authorization: Bearer <credential>

Create an Auth0 application and request a Management API token for audience https://{yourDomain}/api/v2/ with the scopes your integration needs, following Management API Access Tokens. For interactive use with the CLI, you can also run auth0 login or auth0 login --domain <your-domain> --client-id <client-id> --client-secret <client-secret> as documented in Auth0 CLI.