Skip to main content
POST
/
api-keys
/
{api_key}
/
rotate-secret
Rotate Api Key Secret
curl --request POST \
  --url https://management-api.unomiq.com/api-keys/{api_key}/rotate-secret \
  --header 'Authorization: Bearer <token>'
{
  "api_key": "<string>",
  "api_secret": "<string>",
  "rotated_at": "<string>"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

api_key
string
required

Response

Successful Response

api_key
string
required
api_secret
string
required
rotated_at
string
required