API keys
Rotate client secret
Generate a new client secret for an API key. The old secret will be invalidated immediately.
POST
Rotate client secret
Authorizations
Enter Auth0 JWT token
Path Parameters
Auth0 client ID
Example:
"abc123xyz456"
Response
Secret rotated successfully
API audience/identifier
Example:
"https://api.zuba.com"
Auth0 client ID
Example:
"abc123xyz456"
New client secret
Example:
"new_secret_key_here"
Auth0 domain for token endpoint
Example:
"your-tenant.auth0.com"
Message
Previous
Create accountCreates a `pending` sub-account (a master’s end-customer) under the caller’s master. The parent is resolved from the API key, never from the body. Pass `Idempotency-Key`; replaying the same key returns the original 201 instead of creating a duplicate. Emits the `account.created` webhook.
Next
Rotate client secret