Retrieves the company information of an account.

Parameters


No parameters.

Returns


Returns a company information object.

Example request


curl 'https://api.impact.com/Advertisers/<AccountSID>/CompanyInformation' \
  -G \
  -u '<AccountSid>:<AuthToken>' \
  -H 'Accept: application/json'

Example response


{
  "CompanyName": "Acme Corporation",
  "Website": "https://www.example.com",
  "PrimaryPhoneNumber": "1235550100",
  "PrimaryPhoneNumberCountry": "US",
  "SecondaryPhoneNumber": "3215550100",
  "SecondaryPhoneNumberCountry": "US",
  "MinimumContactRating": "1",
  "Timezone": "(GMT -08:00) Pacific Time (US & Canada); Tijuana",
  "Currency": "USD",
  "RegisteredForIndirectTax": "false",
  "IndirectTaxNumber": "",
  "OrganizationType": "CORP",
  "EinSsnForeignTaxId": "XXX-XX-678",
  "CorporateAddress":   {
    "AddressLine1": "1640 Riverside Dr.",
    "AddressLine2": "",
    "City": "Hill Valley",
    "State": "CALIFORNIA",
    "PostalCode": "90210",
    "Country": "US"
  },
  "BillingAddress":   {
    "AddressLine1": "112 1/2 Beacon St.",
    "AddressLine2": "",
    "City": "Boston",
    "State": "MASSACHUSETTS",
    "PostalCode": "02116",
    "Country": "US"
  },
  "FinancialContact":   {
    "UserId": "",
    "Name": "Road Runner",
    "Email": "[email protected]",
    "WorkPhoneNumber": "2065550100",
    "WorkPhoneNumberCountry": "US",
    "CellPhoneNumber": "",
    "CellPhoneNumberCountry": ""
  },
  "TechnicalContact":   {
    "UserId": "",
    "Name": "",
    "Email": "",
    "WorkPhoneNumber": "",
    "WorkPhoneNumberCountry": "",
    "CellPhoneNumber": "",
    "CellPhoneNumberCountry": ""
  },
  "CommercialContact":   {
    "UserId": "",
    "Name": "",
    "Email": "",
    "WorkPhoneNumber": "",
    "WorkPhoneNumberCountry": "",
    "CellPhoneNumber": "",
    "CellPhoneNumberCountry": ""
  },
  "Uri": "/Agencies/<AccountSID>/CompanyInformation"
}