latestOpenAPI 3.0.02026-08-216686147.9 KB

6f6009a58cdd

api

Get metadata about the current authentication token

get/v1/token

Response

Metadata about the current authentication token

Example response

{
  "data": {
    "user_uuid": "821e8d9e-d2a8-480f-9187-5a685d3d0d71",
    "created_at": "2023-01-01T12:30:00.000Z",
    "expires_at": "2023-01-01T12:30:00.000Z",
    "type": "api",
    "uuid": "821e8d9e-d2a8-480f-9187-5a685d3d0d71",
    "name": "Acme ABC Token",
    "scopes": [
      "engagements:read",
      "engagements.files:read",
      "engagements.files:write"
    ]
  }
}