Returns a list of active API tokens for the authorized user
{
"Path": "/user/api/tokens",
"Method": "get",
"Tag": "tokens",
"Summary": "List user API tokens",
"Description": "Returns a list of active API tokens for the authorized user",
"consumes": null,
"Parameters": null
}Generates a new API token for the authorized user. The raw token is returned only once.
{
"Path": "/user/api/tokens",
"Method": "post",
"Tag": "tokens",
"Summary": "Create a new API token",
"Description": "Generates a new API token for the authorized user. The raw token is returned only once.",
"consumes": null,
"Parameters": [
{
"name": "request",
"in": "body",
"description": "Token details",
"required": true,
"type": "",
"default": null,
"x-load-url": null,
"x-link-child": null
}
]
}