Regenerate Secret
POST/api/v1/app-clients/:app_client_id/regenerate-secret
Generates a new client secret for the app client. The old client secret is overwritten.
An app client provides access to Releval APIs, through OAuth 2.0 authentication.
A unique client_id and client_secret are generated upon creation and returned in the response.
The client_secret is only provided once upon creation, so be sure to make a note of it when presented.
Request
Responses
- 200
- 404
OK
Not Found