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"
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.