PUT
/
apps
/
{app_id}
/
access-requests
/
{access-request_id}
/
credentials
/
{credential_id}
/
rotate
Rotate credentials
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"
}

Authorizations

Authorization
string
header
required

Path Parameters

credential_id
integer
required

UID of this credential

Example:

1

app_id
integer
required

UID of this application

Example:

1

access-request_id
integer
required

UID of this access request

Example:

1

Response

OK

status
string

Status of the operation

Example:

"ok"

message
string

Human-readable description of the status

Example:

"Action Synchronize: Executed successfully"