Skip to main content
GET
Error

Authorizations

Authorization
string
header
required

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.

Project
string
header
required

Nebius project ID associated with the IAM token. Required together with IAMBearerAuth. Identifies the project context the request is scoped to.

Response

OK

token_uuid
string
required

UUID of the authentication token

Example:

"a1b2c3d4-e5f6-7890-abcd-ef1234567890"

token_expiration
integer | null
required

Token expiration time as Unix timestamp, or null if not set

Example:

1735689600

permissions
object
required

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.

Example:
operations_stat
object
required

Operation statistics (reserved for future use)

limits
object

Map of resource limit names to their values for the current token.

Example: