curl --request GET \
--url https://api.thundercompute.com:8443/v1/oauth/grants \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{}'{
"grants": [
{
"client_type": "<string>",
"connected_app_id": "<string>",
"name": "<string>",
"permissions": [
{
"key": "<string>",
"label": "<string>"
}
],
"scopes": [
"<string>"
],
"description": "<string>",
"logo_url": "<string>"
}
]
}List Connected Apps the authenticated member has authorized to access their account via the OAuth/MCP consent flow. First-party apps (console/CLI) are hidden.
curl --request GET \
--url https://api.thundercompute.com:8443/v1/oauth/grants \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{}'{
"grants": [
{
"client_type": "<string>",
"connected_app_id": "<string>",
"name": "<string>",
"permissions": [
{
"key": "<string>",
"label": "<string>"
}
],
"scopes": [
"<string>"
],
"description": "<string>",
"logo_url": "<string>"
}
]
}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?