Skip to main content
POST
/
oauth2
/
clients
/
{clientId}
/
rotate-secret
Rotate client secret by Client ID
curl --request POST \
  --url https://api.provident.ae/v2/oauth2/clients/{clientId}/rotate-secret \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

clientId
string
required

Response

Returns new client secret