API Keys
Create a new API key
Provisions a new M2M application in Auth0 and returns credentials. The client secret is only shown once.
POST
Create a new API key
Documentation Index
Fetch the complete documentation index at: https://docs.zuba.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Enter Auth0 JWT token
Body
application/json
Response
API key created successfully
API audience/identifier
Example:
"https://api.zuba.com"
Auth0 client ID (use this as the API key)
Example:
"abc123xyz456"
Client secret (only shown once during creation)
Example:
"secret_key_here"
Creation timestamp
Auth0 domain for token endpoint
Example:
"your-tenant.auth0.com"
Name of the API key
Example:
"Production Integration"
Description
Create a new API key