Skip to main content
POST
/
token
/
additional
Create Additional Api Token
curl --request POST \
  --url https://api.anysite.io/token/additional \
  --header 'access-token: <api-key>' \
  --header 'user-authorization: <user-authorization>'
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "user": {
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "front_id": "<string>",
    "login": "<string>",
    "email": "<string>",
    "name": "<string>",
    "created_at": "2023-11-07T05:31:56Z",
    "modified_at": "2023-11-07T05:31:56Z",
    "last_login_at": "2023-11-07T05:31:56Z",
    "low_balance_threshold": 123,
    "email_verified": false
  },
  "token": "<string>",
  "plan": "<string>",
  "expires_at": "2023-11-07T05:31:56Z",
  "created_at": "2023-11-07T05:31:56Z",
  "last_used_at": "2023-11-07T05:31:56Z",
  "points": 123
}

Authorizations

access-token
string
header
required

API token from the dashboard

Headers

user-authorization
string
required

Response

Successful Response

id
string<uuid>
required
user
User · object
required
token
string
required
plan
string
required
usage_context
enum<string>
required
Available options:
standard,
mcp_only
expires_at
string<date-time> | null
required
created_at
string<date-time>
required
last_used_at
string<date-time> | null
required
points
integer
required