Skip to main content
POST
/
api
/
user
/
api-key
/
regenerate
Regenerate user API key
curl --request POST \
  --url https://your-instance.example.com/api/user/api-key/regenerate \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

API key regenerated

Generic response envelope. Endpoint-specific fields are intentionally open.