Company Information

Your agency's company profile, addresses, and key contacts.

Get company information

get

Returns your agency's company profile, including registered addresses, contact people, tax details, and platform preferences.

Path parameters
AccountSIDstringRequired

Your Agency Account SID.

Example: IRq8mWJybvoQ1020978kbj7am8zzM2dBL1
Responses
200

Your agency's company information.

application/json

Your agency's company profile.

CompanyNamestringOptional

The agency's registered business name as it appears on impact.com.

Example: Nutt & Co. Agency
WebsitestringOptional

The agency's primary website URL.

Example: https://www.nuttandco-agency.com
PrimaryPhoneNumberstringOptional

The agency's primary contact phone number. Digits only — no spaces, dashes, or other formatting characters.

Example: 15125550191
PrimaryPhoneNumberCountrystringOptional

The country associated with the primary phone number (e.g., US, SOUTHAFRICA). Uses impact.com country codes, which may differ from ISO 3166.

Example: US
SecondaryPhoneNumberstringOptional

An optional secondary contact phone number. Digits only. Empty if not set.

SecondaryPhoneNumberCountrystringOptional

The country associated with the secondary phone number. Empty if SecondaryPhoneNumber is not set.

MinimumContactRatingstringOptional

The minimum impact.com contact rating required for partner outreach to your agency, returned as a numeric string from "1" (lowest) to "5" (highest). Used to filter inbound partner contact requests by quality.

Example: 3
TimezonestringOptional

The agency's default timezone, in impact.com's display format (e.g., "(GMT -06:00) Central Time (US & Canada)").

Note: This field uses a custom display string, not an IANA timezone identifier. The leading (GMT ±HH:MM) offset reflects standard time and does not automatically adjust for daylight saving.

Example: (GMT -06:00) Central Time (US & Canada)
CurrencystringOptional

The agency's default billing currency in ISO 4217 format.

Example: USD
RegisteredForIndirectTaxstring · enumOptional

Indicates whether the agency is registered for indirect taxes (e.g., VAT, GST). Returns "true" or "false" as a string value.

Example: falsePossible values:
IndirectTaxNumberstringOptional

The agency's indirect tax registration number (e.g., a VAT, GST, or HST number). Empty if RegisteredForIndirectTax is "false".

OrganizationTypestring · enumOptional

The agency's legal organization type.

ValueDescription
CORPCorporation or limited company.
NONP_GOVNon-profit organization or government entity.
OTHERAny other organization type.
Example: CORPPossible values:
EinSsnForeignTaxIdstringOptional

The agency's master tax identification number. Accepts a US EIN (Employer Identification Number), US SSN (Social Security Number), or a foreign tax equivalent depending on the agency's jurisdiction.

For security, only the last four digits are returned and the rest are masked (e.g., XXXXX4832). Returns an empty string if no tax ID has been provided.

Example: XXXXX4832
UristringOptional

The relative URI for this resource within the Agency API.

Example: /Agencies/IRq8mWJybvoQ1020978kbj7am8zzM2dBL1/CompanyInformation
get
/Agencies/{AccountSID}/CompanyInformation

Update company information

put

Updates your agency's company profile. Send only the fields you want to change — omitted fields keep their existing values.

Returns a status confirmation and the resource URI on success. To see the updated values, follow up with a GET request.

Path parameters
AccountSIDstringRequired

Your Agency Account SID.

Example: IRq8mWJybvoQ1020978kbj7am8zzM2dBL1
Body

Partial company information update. All fields are optional — omitted fields keep their existing values.

Nested objects (addresses, contacts) may also be updated partially; you do not need to provide every sub-field.

CompanyNamestringOptional

The agency's registered business name.

Example: Nutt & Co. Agency
WebsitestringOptional

The agency's primary website URL.

Example: https://www.nuttandco-agency.com
PrimaryPhoneNumberstringOptional

The agency's primary contact phone number. Digits only.

Example: 15125550191
PrimaryPhoneNumberCountrystringOptional

The country associated with the primary phone number.

Example: US
SecondaryPhoneNumberstringOptional

An optional secondary contact phone number. Digits only.

SecondaryPhoneNumberCountrystringOptional

The country associated with the secondary phone number.

MinimumContactRatingstringOptional

Minimum contact rating as a numeric string ("1""5").

Example: 3
TimezonestringOptional

The agency's default timezone in impact.com's display format.

CurrencystringOptional

The agency's default billing currency (ISO 4217).

RegisteredForIndirectTaxstring · enumOptional

Whether the agency is registered for indirect taxes. Boolean as string.

Possible values:
IndirectTaxNumberstringOptional

The agency's indirect tax registration number.

OrganizationTypestring · enumOptional

The agency's legal organization type.

Possible values:
EinSsnForeignTaxIdstringOptional

The agency's master tax identification number (EIN, SSN, or foreign equivalent).

Responses
200

Update confirmed.

application/json
StatusstringOptional

Confirmation status. Returns OK on success.

Example: OK
UristringOptional

The resource URI for the updated company information.

Example: /Agencies/IRq8mWJybvoQ1020978kbj7am8zzM2dBL1/CompanyInformation/
put
/Agencies/{AccountSID}/CompanyInformation

Last updated