---
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
    - `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

---

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