API Client Management
get
Authorizations
Responses
200
API clients retrieved successfully
application/json
get
/api-clients200
API clients retrieved successfully
post
Authorizations
Body
objectOptional
Responses
201
API client created successfully
application/json
post
/api-clients201
API client created successfully
delete
Authorizations
Path parameters
clientIdstringRequired
Responses
200
API client revoked successfully
application/json
delete
/api-clients/{clientId}200
API client revoked successfully
patch
Authorizations
Path parameters
clientIdstringRequired
Responses
200
Secret rotated successfully
application/json
patch
/api-clients/{clientId}/rotate-secret200
Secret rotated successfully
Last updated
Was this helpful?