List user API tokens

Returns a list of active API tokens for the authorized user
tokens
Generates a new API token for the authorized user. The raw token is returned only once.
tokens
Loading...
Camino actual: /user/api/tokens

Métodos disponibles y sus esquemas JSON.

get List user API tokens
tokens

Returns a list of active API tokens for the authorized user

Esquema de documento JSON:
{
  "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
}
post Create a new API token
tokens

Generates a new API token for the authorized user. The raw token is returned only once.

Esquema de documento JSON:
{
  "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
    }
  ]
}