Identity
Authorizations
HTTPRequired
Please provide your valid JWT bearer token in the text input below
Body
Responses
200
The client application was created
application/json
400
Input data was invalid
application/json
401
Not authorized
application/json
403
Not allowed
application/json
500
Internal server error
post
/api/identity/clientAuthorizations
HTTPRequired
Please provide your valid JWT bearer token in the text input below
Path parameters
clientIdinteger · int32Required
The client application identifier
Query parameters
organizationIdinteger · int32Required
The organization identifier
Responses
200
The client application secret was rotated
application/json
400
Input data was invalid
application/json
401
Not authorized
application/json
403
Not allowed
application/json
500
Internal server error
put
/api/identity/client/{clientId}/secretAuthorizations
HTTPRequired
Please provide your valid JWT bearer token in the text input below
Path parameters
clientIdinteger · int32Required
The client application identifier
Query parameters
organizationIdinteger · int32Required
The organization identifier
Responses
204
The client application was deleted
400
Input data was invalid
application/json
401
Not authorized
application/json
403
Not allowed
application/json
500
Internal server error
delete
/api/identity/client/{clientId}No content
Last updated
Was this helpful?