v1
latestOpenAPI 3.1.02026-07-2675394318.9 KBauth
Get current token information
Returns information about the current authentication token, including the token UUID, expiration time, and a map of all known permissions with their granted status.
get/whoami
Response
OK
Example response
{
"token_uuid": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
"token_expiration": 1735689600,
"permissions": {
"import": true,
"spawn": true,
"spawn_disposable": false,
"list": true,
"cancel": false,
"set_image_tag": false
},
"limits": {
"instance_max_timeout": 3600,
"instance_max_concurrency": 10,
"images_import_max_concurrency": 5,
"images_import_max_timeout": 3600
}
}