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.
Authorizations
IAM bearer token issued by the Nebius IAM service. Sent as
Authorization: Bearer <iam-token>. Must be combined with the
Project header (see IAMProjectHeader).
This is the recommended authentication scheme for new clients.
Nebius project ID associated with the IAM token. Required together
with IAMBearerAuth. Identifies the project context the request is
scoped to.
Response
OK
UUID of the authentication token
"a1b2c3d4-e5f6-7890-abcd-ef1234567890"
Token expiration time as Unix timestamp, or null if not set
1735689600
Map of all known permission names to their granted status.
Keys are permission names (e.g., import, spawn, list),
values indicate whether the token has the permission.
Operation statistics (reserved for future use)
Map of resource limit names to their values for the current token.