Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Organization identifier.
50Optional filter on audience of the client grant.
600Optional filter on client_id of the client grant.
Optional filter on the ID of the client grant. Must be URL encoded and may be specified multiple times (max 10).
e.g. ../client-grants?grant_ids=id1&grant_ids=id2
Page index of the results to return. First page is 0.
x >= 0Number of results per page. Defaults to 50.
1 <= x <= 100Return results inside an object that contains the total result count (true) or as a direct array of results (false, default).
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.