v1

latestOpenAPI 3.0.0Apache 2.02026-07-17143274803.9 KB
auth

List all API tokens

List all API tokens

get/api/v1/tokens

Response

Tokens listed successfully

idstring required
createdAtstring required
namestring required

Example response

[
  {
    "createdAt": "2018-06-01T11:26:40.044297036+02:00",
    "name": "my API token",
    "id": "f24c74d7-53f3-4d78-b3d4-f23f89e81bec"
  }
]