v1

latestSwagger 2.0AGPL2026-07-178792264.9 KB
token

Get all authentication token data

get/token/auth

Response

AuthTokenList

countinteger

Example response

{
  "count": 2,
  "data": [
    {
      "data": [
        {
          "active": true,
          "create_date": "2021-10-01T17:36:21.80063Z",
          "creator_guid": "ced47b64-ae93-417b-9e1b-8dd1b1410807",
          "expire_date": "2021-10-09T17:36:21.80063Z",
          "guid": "9e4afbd5-7453-415d-b2d4-181057afbfe5\"",
          "lastusage_date": "2021-10-08T17:36:21.80063Z",
          "limit_calls": 1000,
          "name": "JGoolsby-Api",
          "usage_calls": 1,
          "user_object": {
            "email": "JGoolsby@example.com",
            "firstname": "James",
            "id": 1000,
            "lastname": "Goolsby",
            "partid": 10,
            "enabled": true,
            "usergroup": "admin",
            "username": "JGoolsby"
          }
        }
      ]
    }
  ]
}