API Client Management

Manage API clients and credentials

get
Authorizations
Responses
chevron-right
200

API clients retrieved successfully

application/json
get
/api-clients
200

API clients retrieved successfully

post
Authorizations
Body
objectOptional
Responses
post
/api-clients
201

API client created successfully

delete
Authorizations
Path parameters
clientIdstringRequired
Responses
chevron-right
200

API client revoked successfully

application/json
delete
/api-clients/{clientId}
200

API client revoked successfully

patch
Authorizations
Path parameters
clientIdstringRequired
Responses
chevron-right
200

Secret rotated successfully

application/json
patch
/api-clients/{clientId}/rotate-secret
200

Secret rotated successfully

Last updated

Was this helpful?