cURL
curl --request POST \ --url https://api.thundercompute.com:8443/v1/token/create \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data '{}'
{ "token": "abc123..." }
Create a new named API token for the authenticated user
Token creation request
The body is of type object.
object
OK
"abc123..."
Was this page helpful?