Skip to main content
POST
/
v2
/
account
/
api-keys
/
rotate
Rotate your API key
curl --request POST \
  --url https://api.revenuebase.ai/v2/account/api-keys/rotate \
  --header 'x-key: <api-key>'
{
  "api_key": "<string>"
}

Authorizations

x-key
string
header
required

Response

200 - application/json

Successful Response

api_key
string
required