Skip to main content
POST
/
token
/
create
Create API token
curl --request POST \
  --url https://api.thundercompute.com:8443/v1/token/create \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "token": "abc123..."
}

Authorizations

Authorization
string
header
required

Body

application/json

Token creation request

The body is of type object.

Response

OK

token
string
required
Example:

"abc123..."