Skip to main content

CreateTokenRequest

namestringnullable

Human-readable name of the resource.

scopesTokenScope (string)[]nullable

List of scopes granted to the token or resource.

Possible values: [Read, Write, Admin]

expiresAtstring<date-time>nullable

Timestamp when the resource or token expires.

CreateTokenRequest
{
"name": "string",
"scopes": [
"Read"
],
"expiresAt": "2024-07-29T15:51:28.071Z"
}