Auth0 · Arazzo Workflow
Auth0 Create Client and Grant Access to an Existing API
Version 1.0.0
Create a client application, grant it access to an existing API audience, then read the grant back.
View Spec
View on GitHub
AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIMArazzoWorkflows
Provider
Workflows
create-client-grant-to-api
Create a client and authorize it for an existing API audience.
Creates a client, creates a client grant for the supplied audience with the requested scopes, and reads the grant back to verify.
1
createClient
post_clients
Create a new client application.
2
createGrant
post_client-grants
Authorize the client for the supplied API audience with the requested scopes.
3
getGrant
get_client-grant
Read the client grant back to confirm it was created.