---
title: "Get current account"
method: GET
path: "/v4/account"
tags: ["Accounts"]
---

# Get current account

`GET /v4/account`

Returns the authenticated account and user: account `id`, `name`, `plan_type`, primary email address, timezone, and the account's sending addresses with their verification and DMARC status. For OAuth apps this is the standard way to identify which account authorized your app after the token exchange.

For subscriber-growth metrics, see [Get growth stats](/api-reference/accounts/get-growth-stats); for account-level email performance, see [Get email stats](/api-reference/accounts/get-email-stats).

## Response `200`

Returns current account and user info

- object
  - `user` object, required
    - `email` string, required
    - `id` integer
  - `account` object, required
    - `id` integer, required
    - `name` string, required
    - `plan_type` string, required
    - `primary_email_address` string, required
    - `created_at` string, required
    - `timezone` object, required
      - `name` string, required — Product name
      - `friendly_name` string, required
      - `utc_offset` string, required
    - `sending_addresses` object[]
      - `email_address` string, required
      - `from_name` string, required
      - `status` string, required
      - `is_default` boolean, required
      - `is_verified` boolean, required
      - `is_dmarc_configured` boolean, required
    - `plan` object
      - `plan_type` string, required
      - `interval` string, required
      - `subscriber_limit` integer, required
      - `on_trial` boolean, required
      - `trial_lapse_date` string, nullable, required
      - `renews_at` string, nullable, required
      - `cancels_at` string, nullable, required

## Other responses

- `401` — Returns a 401 if the token and/or account cannot be authenticated

---

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