Sign in

Obtain tokens

documented

Exchanges an authorization grant (e.g., authorization_code, password, client_credentials, refresh_token) for access and/or refresh tokens.

POST /oauth/tokenAuthentication APIno implementation yet0 runs

Input

AUTH0_DOMAIN*
Auth0 Domain (tenant domain)
your-tenant.auth0.com
AUTH0_CLIENT_ID*
Client ID
REPLACE_WITH_YOUR_CLIENT_ID
AUTH0_AUDIENCE*
Audience (API Identifier)
REPLACE_WITH_YOUR_API_IDENTIFIER
Calls Auth0 as you (your API key is your account); keychains.dev holds the credentials.
Obtain tokens · Auth0 · OpenIntegrations