v1

latestOpenAPI 3.1.02026-07-13897404.3 KB
Accounts

show api keys

Retrieves all API keys associated with the authenticated user.

CLI Usage: vastai show api-keys

get/api/v0/auth/apikeys/

Response

API keys successfully retrieved

Example response

{
  "apikeys": [
    {
      "id": 123,
      "user_id": 456,
      "rights": "read",
      "team_id": 789,
      "team_name": "Team Alpha"
    }
  ]
}