Skip to main content
GET
/
api
/
v0
/
auth
/
apikeys
show api keys
curl --request GET \
  --url https://console.vast.ai/api/v0/auth/apikeys/ \
  --header 'Authorization: Bearer <token>'
{
  "apikeys": [
    {
      "id": 123,
      "user_id": 456,
      "rights": "read",
      "team_id": 789,
      "team_name": "Team Alpha"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://vastai-80aa3a82-fix-google-validation-docs-404s.mintlify.app/llms.txt

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

Authorizations

Authorization
string
header
required

API key must be provided in the Authorization header

Response

API keys successfully retrieved

apikeys
object[]