---
title: "Get organization information"
method: GET
path: "/organization"
tags: ["Organization"]
---

# Get organization information

`GET /organization`

Retrieve information about your organization including EIN, legal business name, and DBAs.

## Response `200`

- OrganizationResponse — Response containing organization details.
  - `organization` object, required — Organization information
    - `billingCadence` 'monthly' | 'annual', required — How often the organization is billed for its current subscription. Always "monthly" when the tier is "free".
    - `dbas` OrganizationDBA[], required — List of DBAs (Doing Business As names) for this organization
      - `dbaIsDefault` boolean, required — Whether this DBA is set as the default for payments
      - `dbaName` string, required — The DBA name
    - `ein` string, nullable — Employer Identification Number (EIN), if available
    - `id` string, uuid, required — Unique identifier for the organization
    - `kind` 'personal' | 'business', required — Whether this is a personal or business organization
    - `legalBusinessName` string, required — Legal business name as registered
    - `subscriptionTier` 'free' | 'plus' | 'premium' | 'pro' | 'enterprise', required — The Mercury subscription tier this organization is currently on. Reports "free" when the organization has no paid subscription.

---

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