Create a new API key
Provisions a new M2M application in Auth0 and returns credentials. The client secret is only shown once.
Authorizations
Enter Auth0 JWT token
Body
Name for the API key
"Production Integration"
Access mode: 'read' mints a read-only key (read:* scopes only); 'write' (default) grants the full scope set your workspace role can assign. Scopes are fixed at creation.
read, write Description of what this API key will be used for
"API key for production payment processing"
Response
API key created successfully
API audience/identifier
"https://api.zuba.com"
Auth0 client ID (use this as the API key)
"abc123xyz456"
Client secret (only shown once during creation)
"secret_key_here"
Creation timestamp
Auth0 domain for token endpoint
"your-tenant.auth0.com"
Name of the API key
"Production Integration"
Description