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"
  ]
}

Documentation Index

Fetch the complete documentation index at: https://www.thundercompute.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

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"]