Skip to main content
POST
/
v2
/
referral
/
api_keys
/
rotate
Rotate Own Key
curl --request POST \
  --url https://api.trykintsugi.com/v2/referral/api_keys/rotate \
  --header 'X-API-KEY: <api-key>'
{
  "apiKey": "<string>"
}

Authorizations

X-API-KEY
string
header
required

Response

Successful Response

apiKey
string
required

New raw API key. The old key stops working immediately.