GET
/
users
/
{user}
/
keys
/
tokens
curl --request GET \
  --url https://cloud.local.wirtual.dev/api/v2/users/{user}/keys/tokens \
  --header 'Wirtual-Session-Token: <api-key>'
[
  {
    "created_at": "2023-11-07T05:31:56Z",
    "expires_at": "2023-11-07T05:31:56Z",
    "id": "<string>",
    "last_used": "2023-11-07T05:31:56Z",
    "lifetime_seconds": 123,
    "login_type": "<any>",
    "scope": "<any>",
    "token_name": "<string>",
    "updated_at": "2023-11-07T05:31:56Z",
    "user_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
  }
]

Authorizations

Wirtual-Session-Token
string
header
required

Path Parameters

user
string
required

User ID, name, or me

Response

200 - application/json
OK
created_at
string
required
expires_at
string
required
id
string
required
last_used
string
required
lifetime_seconds
integer
required
login_type
any
scope
any
token_name
string
required
updated_at
string
required
user_id
string
required