Skip to main content
GET
/
v1
/
new-api-key
Rotate your API key
curl --request GET \
  --url https://api.revenuebase.ai/v1/new-api-key \
  --header 'x-key: <api-key>'
{
  "api_key": "<string>"
}

Authorizations

x-key
string
header
required

Response

200 - application/json

Successful Response

api_key
string
required