For the complete documentation index, see llms.txt. This page is also available as Markdown.

Creation of the token

Creation of the token

POST /tokens

Creates a new token. Only users with the Standard Registry role are allowed to make the request.

Request Body

Name
Type
Description

*

String

Object that contains token information

{
    content:
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/TokenInfo'
}
{
    content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
}

User not registered
{
    content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
}

Last updated