POST
/
v1
/
account
/
token
{
  "token": "<string>",
  "hashed_token": "<string>",
  "token_email": "<string>",
  "last_used_at": "<string>",
  "created_at": "<string>",
  "valid_until": "<string>"
}

Body

application/json

The details of the API token to create

revoke_existing
boolean
valid_until
string

Response

201 - application/json

The created API token

hashed_token
string
required
token_email
string
required
last_used_at
string
required
created_at
string
required
valid_until
string
required
token
string