CreateTokenResponse
tokenstringnullable
Secret token value returned by the API.
idstring<uuid>
Unique identifier of the resource.
namestringnullable
Human-readable name of the resource.
scopesTokenScope (string)[]nullable
List of scopes granted to the token or resource.
Possible values: [Read, Write, Admin]
createdAtstring<date-time>
Timestamp when the resource was created.
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"
}