Skip to main content
GET
/
api
/
user
/
api-key
Get user API key
curl --request GET \
  --url https://your-instance.example.com/api/user/api-key \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "data": {
    "apiKey": "tk_live_4f1a2c9f10b8d5a2c9f10b8d5a2c9f10b8d5"
  }
}

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 returned

success
boolean
required
Example:

true

data
object
required