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"
  }
]

Changes

No recorded changes to this endpoint across all 50 revisions of this API.