---
title: "List Legal Entities"
method: GET
path: "/Advertisers/{AccountSID}/LegalEntities"
tags: ["Legal Entities"]
---

# List Legal Entities

`GET /Advertisers/{AccountSID}/LegalEntities`

Retrieves a list of legal entities associated with this account.

## Path parameters

- `AccountSID` string, required

## Response `200`

A list of legal entity objects.

- object
  - `LegalEntities` LegalEntity[] — The legal entities associated with this account.
    - `Id` string — Unique impact.com identifier for the legal entity.
    - `Name` string — The full name of the legal entity.
    - `RegisteredForIndirectTax` string — Whether the entity is registered for indirect tax, such as VAT, GST, or HST.
    - `IndirectTaxNumber` string — The tax number associated with VAT, GST, or HST registration.
    - `OrganizationType` 'NONP_GOV' | 'CORP' | 'SOLE_IND' | 'LLC_LLP_LLS' | 'TRUST' | 'SOLE_TRD' | 'PARTNERS' | 'LLC' | 'LLP' | 'COMPANY' | 'GOVERNMENT' | 'OTHER' — Organization type of the entity.
    - `EinSsnForeignTaxId` string — The Employer Identification Number for the account, or in some cases, the Social Security Number (SSN) of the entity, or a Tax ID number for non-US companies.
    - `BillingAddress` Address
      - `AddressLine1` string — Address line 1 (address number, street name)
      - `AddressLine2` string — Address line 2 (building, unit, suite, etc. number)
      - `City` string — City, district, suburb, town, or village
      - `State` string — State or territory
      - `PostalCode` string — ZIP or postal code
      - `Country` string — Two-letter country code. See ISO 3166-1 alpha-2.
    - `Uri` string, uri-reference — The unique reference to this object in the impact.com API.

---

[API](https://skmtc.net/impact/apis/brand-api-account-information.md) · [All operations](https://skmtc.net/impact/apis/brand-api-account-information/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/impact/brand-api-account-information/revisions/c53422ebb833/schema)
