mercury_get_organization
Retrieve your Mercury organization's legal identity, including legal name, EIN, and registered address, to generate invoices or confirm the organization bound to your API token.
Instructions
Retrieve information about your Mercury organization (legal name, EIN, registered address, etc.).
USE WHEN: fetching the workspace's legal identity for invoice generation, tax documents, or to confirm which organization the API token is bound to.
DO NOT USE: for per-account info (use mercury_get_account). The Mercury API exposes only one organization per token, so there is no list variant.
RETURNS: { id, legalName, ein, address, ... }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||