cURL
curl --request PUT \ --url http://localhost:3001/portal-api/apps/{app_id}/access-requests/{access-request_id}/credentials/{credential_id}/rotate \ --header 'Authorization: <api-key>'
{ "status": "ok", "message": "Action Synchronize: Executed successfully" }
Rotate the credentials that belong to an access request for a specific application. The new credentials will replace the existing ones.
UID of this credential
1
UID of this application
UID of this access request
OK
Status of the operation
"ok"
Human-readable description of the status
"Action Synchronize: Executed successfully"
Was this page helpful?