---
title: "GET /token/auth/{guid}"
method: GET
path: "/token/auth/{guid}"
tags: ["token"]
---

# GET /token/auth/{guid}

`GET /token/auth/{guid}`

Get authentication token data by guid

## Path parameters

- `guid` string, required — guid of token

## Response `200`

AuthToken

- AuthToken
  - `count` integer
  - `data` object[]
    - `active` boolean
    - `create_date` string
    - `creator_guid` string
    - `expire_date` string
    - `guid` string
    - `ip_address` string
    - `lastusage_date` string
    - `limit_calls` integer
    - `name` string
    - `usage_calls` integer
    - `user_object` object
      - `email` string
      - `firstname` string
      - `id` integer
      - `lastname` string
      - `partid` integer
      - `enabled` boolean
      - `usergroup` string
      - `username` string

## Other responses

- `400` — FailureResponse

---

[API](https://skmtc.net/sipcapture/apis/homer-app.md) · [All operations](https://skmtc.net/sipcapture/apis/homer-app/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sipcapture/homer-app/versions/2f261ecc6074/schema)
