Skip to main content
POST
/
v1
/
api
/
clients
/
{clientId}
/
rotate-key
Rotate an API key (dashboard)
curl --request POST \
  --url http://service.authmatech.com/v1/api/clients/{clientId}/rotate-key \
  --header 'Content-Type: application/json' \
  --header 'X-API-KEY: <api-key>' \
  --data '
{
  "secretKey": "<string>"
}
'
{}

Authorizations

X-API-KEY
string
header
required

Path Parameters

clientId
string
required

Body

application/json
secretKey
string

Secret Key

Response

200 - */*

OK

The response is of type object.