---
title: "Get Company Information"
method: GET
path: "/Advertisers/{AccountSID}/CompanyInformation"
tags: ["Company Information"]
---

# Get Company Information

`GET /Advertisers/{AccountSID}/CompanyInformation`

Retrieves the details of this account. The account is determined by the API keys you use.

## Path parameters

- `AccountSID` string, required

## Response `200`

Returns an account object.

- Account
  - `CompanyName` string — Brand name for the account; usually the legal name of the company.
  - `Industry` object — The industry that the account most closely associates with.
    - `IndustryId` string — Unique identifier for the selected industry.
    - `IndustryName` string — The display name for the selected industry.
  - `Website` string, uri — Official website URL for the brand or company.
  - `PrimaryPhoneNumber` string — Primary domestic contact number for the account.
  - `PrimaryPhoneNumberCountry` string — Two-letter ISO 3166-1 alpha-2 country code representing the country of the primary phone number.
  - `SecondaryPhoneNumber` string — A secondary domestic contact phone number for the account.
  - `SecondaryPhoneNumberCountry` string — Two-letter country code. See ISO 3166-1 alpha-2.
  - `MinimumContactRating` string — Minimum amount of star rating (1 lowest, 5 highest) a partner must have to see contact information for the account.
  - `Timezone` string — Timezone used for the account.
  - `Currency` string — Three-letter ISO 4217 code representing the account's default currency appearing in the dashboard, finances, and reports.
  - `RegisteredForIndirectTax` string — Whether the account is registered for indirect tax, such as VAT, GST, or HST.
  - `IndirectTaxNumber` string — Unique identifier used for VAT, GST, or HST registration.
  - `OrganizationType` string — Organization type for the account. Available options will vary depending on the country that the business is registered in.
  - `EinSsnForeignTaxId` string — Employer Identification Number for the account, or in some cases, the Social Security Number (SSN) of the company owner, or a Tax ID number for non-US companies.
  - `CorporateAddress` 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.
  - `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.
  - `FinancialContact` Contact
    - `Id` string — Unique Contact ID. System-created contacts are prefixed with 'M'.
    - `FirstName` string
    - `LastName` string
    - `EmailAddress` string, email
    - `Title` string
    - `ProfileImage` string, uri-reference
    - `WorkPhoneNumberCountry` string
    - `WorkPhoneNumber` string
    - `CellphoneNumberCountry` string
    - `CellphoneNumber` string
    - `Editable` boolean
    - `Labels` string[]
    - `Accounts` object[]
      - `Id` string
      - `Name` string
    - `Uri` string, uri-reference
  - `TechnicalContact` Contact
    - `Id` string — Unique Contact ID. System-created contacts are prefixed with 'M'.
    - `FirstName` string
    - `LastName` string
    - `EmailAddress` string, email
    - `Title` string
    - `ProfileImage` string, uri-reference
    - `WorkPhoneNumberCountry` string
    - `WorkPhoneNumber` string
    - `CellphoneNumberCountry` string
    - `CellphoneNumber` string
    - `Editable` boolean
    - `Labels` string[]
    - `Accounts` object[]
      - `Id` string
      - `Name` string
    - `Uri` string, uri-reference
  - `SecurityContact` Contact
    - `Id` string — Unique Contact ID. System-created contacts are prefixed with 'M'.
    - `FirstName` string
    - `LastName` string
    - `EmailAddress` string, email
    - `Title` string
    - `ProfileImage` string, uri-reference
    - `WorkPhoneNumberCountry` string
    - `WorkPhoneNumber` string
    - `CellphoneNumberCountry` string
    - `CellphoneNumber` string
    - `Editable` boolean
    - `Labels` string[]
    - `Accounts` object[]
      - `Id` string
      - `Name` string
    - `Uri` string, uri-reference
  - `CommercialContact` Contact
    - `Id` string — Unique Contact ID. System-created contacts are prefixed with 'M'.
    - `FirstName` string
    - `LastName` string
    - `EmailAddress` string, email
    - `Title` string
    - `ProfileImage` string, uri-reference
    - `WorkPhoneNumberCountry` string
    - `WorkPhoneNumber` string
    - `CellphoneNumberCountry` string
    - `CellphoneNumber` string
    - `Editable` boolean
    - `Labels` string[]
    - `Accounts` object[]
      - `Id` string
      - `Name` string
    - `Uri` string, uri-reference
  - `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)
