Перейти к основному содержимому

CreateTokenResponse

tokenstringnullable

Secret token value returned by the API.

idstring<uuid>

Unique identifier of the resource.

namestringnullable

Человекочитаемое название resource.

scopesTokenScope (string)[]nullable

Список scopes granted to the token or resource.

Possible values: [Read, Write, Admin]

createdAtstring<date-time>

Временная метка создания ресурса.

expiresAtstring<date-time>nullable

Timestamp when the resource or token expires.

CreateTokenResponse
{
"token": "string",
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"name": "string",
"scopes": [
"Read"
],
"createdAt": "2024-07-29T15:51:28.071Z",
"expiresAt": "2024-07-29T15:51:28.071Z"
}