Retrieve a list of client grants, including the scopes associated with the application/API pair.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Number of results per page.
1 <= x <= 100Page index of the results to return. First page is 0.
x >= 0Return results inside an object that contains the total result count (true) or as a direct array of results (false, default).
Optional Id from which to start selection.
Number of results per page. Defaults to 50.
1 <= x <= 100Optional filter on audience.
Optional filter on client_id.
Optional filter on allow_any_organization.
true The type of application access the client grant allows.
client, user Client grants successfully retrieved.
ID of the client grant.
ID of the client.
The audience (API identifier) of this client grant.
1Scopes allowed for this client grant.
1Defines whether organizations can be used with client credentials exchanges for this grant.
deny, allow, require If enabled, any organization can be used with this grant. If disabled (default), the grant must be explicitly assigned to the desired organizations.
If enabled, this grant is a special grant created by Auth0. It cannot be modified or deleted directly.
The type of application access the client grant allows.
client, user Types of authorization_details allowed for this client grant.
1 - 255If enabled, all scopes configured on the resource server are allowed for this grant.