Skip to main content
GET
/
v1
/
new-api-key
New 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

Your API key. Get one in the dashboard under Settings → API Keys.

Response

200 - application/json

Successful Response

api_key
string
required