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.
Was this page helpful?