Client Grants

client_grants

Methods

Create Client Grant ->
post/client-grants

Create a client grant for a machine-to-machine login flow. To learn more, read Client Credential Flow.

Delete Client Grant ->
delete/client-grants/{id}

Delete the Client Credential Flow from your machine-to-machine application.

Get Client Grants -> ClientGrantsPageNumberPage<>
get/client-grants

Retrieve a list of client grants, including the scopes associated with the application/API pair.

Update Client Grant ->
patch/client-grants/{id}

Update a client grant.

Domain types

ClientGrant = { id, allow_any_organization, audience, 3 more... }