curl --request GET \
--url https://api.thundercompute.com:8443/v1/tokens \
--header 'Authorization: <api-key>'{
"tokens": [
"my-token",
"ci-token"
]
}Returns the names of API tokens that belong to the authenticated user’s organization. Token values/hashes are never returned.
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.
Was this page helpful?