Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
List all available API scopes/permissions that can be assigned to API keys
cURL
curl --request GET \ --url https://api.example.com/v1/api-keys/scopes \ --header 'Authorization: Bearer <token>'
{ "scopes": [ "read:payouts", "create:payouts", "read:beneficiaries", "create:beneficiaries" ] }
Enter Auth0 JWT token
List of available scopes
List of available API scopes/permissions
[ "read:payouts", "create:payouts", "read:beneficiaries", "create:beneficiaries"]