v1
latestOpenAPI 3.0.32026-08-0613775357.6 KBapi tokens
Create API token
Create additional API tokens for your organization.
post/api_tokens
Query parameters
titlestring
An identifier for the token. It can't be “primary”.
Response
The token was created successfully.
Example response
{
"id": 123456,
"title": "primary",
"token": "<token_string>"
}