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>'
{
  "success": true,
  "message": "API key regenerated",
  "data": {
    "apiKey": "tk_live_7c2b3d8e21a9f6c2b3d8e21a9f6c2b3d8e21"
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.tetherai.ca/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

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

Response

API key regenerated

success
boolean
required
Example:

true

data
object
required
message
string