---
title: "GET /v1/whoami"
method: GET
path: "/v1/whoami"
---

# GET /v1/whoami

`GET /v1/whoami`

## Response `200`

- object
  - `token_id` string, required — Unique identifier of the API access token.
  - `created_at` string, required — (ISO-8601 datetime) Timestamp when the token was created.
  - `expires_at` string, required — (ISO-8601 datetime) Timestamp when the token will expire.
  - `created_at_timestamp` integer, required — Epoch Time
  - `expires_at_timestamp` integer, required — Epoch Time
  - `is_api_token` integer, required
  - `status` 'active' | 'expired' | 'revoked', required
  - `token_type` string
  - `account` object, required — Account information.
    - `object` string, required
    - `id` string, required — Account identifier.
    - `mid` string, required — Merchant ID.
    - `dba_name` string, required — Doing-business-as name.
    - `legal_name` string, required — Legal entity name.
    - `user` object, required — User information.
      - `object` string, required — Always "User".
      - `id` string, required — Internal user ID.
      - `username` string, required — Username associated with the token.
      - `email` string, required — User email address.
      - `name` string, required — Display name of the user.

---

[API](https://skmtc.net/payarc/apis/payarc-sandbox.md) · [All operations](https://skmtc.net/payarc/apis/payarc-sandbox/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/payarc/payarc-sandbox/revisions/face82bdd778/schema)
