Skip to main content
GET
/
tokens
List API tokens
curl --request GET \
  --url https://api.thundercompute.com:8443/v1/tokens \
  --header 'Authorization: <api-key>'
{
  "tokens": [
    "my-token",
    "ci-token"
  ]
}

Authorizations

Authorization
string
header
required

Bearer token authentication. Provide your API token prefixed with "Bearer ", e.g. "Bearer your-api-token".

Response

OK

tokens
string[]
Example:
["my-token", "ci-token"]