For the complete documentation index, see llms.txt. This page is also available as Markdown.

Legal Entities

List Legal Entities

get

Retrieves a list of legal entities associated with this account.

Path parameters
AccountSIDstringRequired

The unique identifier for the account.

Responses
200

A list of legal entity objects.

application/json
get/Advertisers/{AccountSID}/LegalEntities
200

A list of legal entity objects.

Get Legal Entity by ID

get

Retrieves a single legal entity associated with this account.

Path parameters
AccountSIDstringRequired

The unique identifier for the account.

LegalEntityIdstringRequired

The unique identifier for the legal entity.

Responses
200

A single legal entity object.

application/json
IdstringOptional

Unique impact.com identifier for the legal entity.

Example: 12345
NamestringOptional

The full name of the legal entity.

Example: Acme Corporation Legal Entity
RegisteredForIndirectTaxstringOptional

Whether the entity is registered for indirect tax, such as VAT, GST, or HST.

Example: false
IndirectTaxNumberstringOptional

The tax number associated with VAT, GST, or HST registration.

Example: 123456789
OrganizationTypestring · enumOptional

Organization type of the entity.

Example: CORPPossible values:
EinSsnForeignTaxIdstringOptional

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.

Example: 12-3456789
Uristring · uri-referenceOptional

The unique reference to this object in the impact.com API.

Example: /Advertisers/<AccountSID>/LegalEntities/12345
get/Advertisers/{AccountSID}/LegalEntities/{LegalEntityId}
200

A single legal entity object.

Last updated