Retrieves the details of this account. The account is determined by the API keys you use.
Parameters
No parameters.
Returns
Returns an account object.
Example request
curl 'https://api.impact.com/Advertisers/<AccountSID>/CompanyInformation' \
-X GET \
-u '<AccountSid>:<AuthToken>' \
-H 'Accept: application/json'
Example response
{
"CompanyName": "Acme Corporation",
"Industry": {
"IndustryId": "",
"IndustryName": ""
},
"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": "/Advertisers/<AccountSID>/CompanyInformation"
}