---
title: "Get the current account"
method: GET
path: "/accounts/current"
tags: ["accounts"]
---

# Get the current account

`GET /accounts/current`

Get the current account

## Headers

- `Authorization` string, required
- `X-Disable-Hooks` 'true', required

## Response `200`

Response with status 200

- TypeAccountsAccountResponse
  - `data` TypeAccountsAccount, required — An account
    - `id` string, required — Account ID
    - `name` string, required
    - `primaryDomain` string
    - `subdomain` string
    - `vanityDomainDashboard` string
    - `vanityDomainSpaces` string
    - `embeddedDomainWhitelist` string[]
    - `customFromEmail` string
    - `stripeCustomerId` string
    - `metadata` object, required
    - `createdAt` string, date-time, required
    - `updatedAt` string, date-time, required
    - `defaultAppId` string — App ID
    - `dashboard` integer

---

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