Skip to main content
PATCH
/
workspace
/
api-key
Regenerate API Key
curl --request PATCH \
  --url https://prod-api.revenueable.ai/ca/api/v0/workspace/api-key \
  --header 'X-API-KEY: <x-api-key>'
{
  "new_api_key": "e89b12d3-a456-426c-8001-f05de02b54b4"
}

Headers

X-API-KEY
string
required

(Required) Your current Revenueable AI API key.

Example:

"7251cb4b-3373-43a4-844c-b27a1d45e0c9"

Response

Successful Response: New API key generated.

new_api_key
string
Example:

"e89b12d3-a456-426c-8001-f05de02b54b4"