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

Accounts

Endpoints for managing partner company account information.

Retrieve Company Information

get

Retrieves the current profile and account metadata for your partner account. The account is determined by the Account SID and Auth Token used in the request.

Path parameters
AccountSIDstringRequired

Unique identifier for the partner account.

Responses
200

A company information object.

application/json
CompanyNamestringOptional

The display name for your partner account.

Example: Carrie Oakey Music
PrimaryPromotionalMethodstring · enumOptional

Your primary promotional method, as specified in your account settings.

Possible values:
PromotionalMethodsstringOptional

A comma-separated list of all promotional methods associated with your account.

Example: SOCIAL_MEDIA_INFLUENCER,CONTENT
WebsitestringOptional

The website URL listed on your partner profile.

Example: https://www.carrieOakeymusic.com
DescriptionstringOptional

A bio or description of your content and services, visible to brands on your profile.

Example: Singer-songwriter and creator specializing in original music, brand jingles, and audio content.
LogoImagestringOptional

The path to your profile logo or photo.

Example: /display-content/profile-image.jpg
ContentAndInterestsstringOptional

A comma-separated list of tags describing your content categories and interests.

Example: music,creator,songwriting,jingles,audiobranding
PrimaryPhoneNumberstringOptional

Your primary contact phone number.

Example: 8051231234
PrimaryPhoneNumberCountrystringOptional

Two-letter ISO 3166-1 alpha-2 country code for your primary phone number.

Example: US
SecondaryPhoneNumberstringOptional

A secondary contact phone number, if provided.

SecondaryPhoneNumberCountrystringOptional

Two-letter ISO 3166-1 alpha-2 country code for your secondary phone number.

MinimumContactRatingstringOptional

The minimum star rating (1–5) a brand must have before you can see their contact information.

Example: 2
TimezonestringOptional

The timezone associated with your account.

Example: (GMT -07:00) Pacific Time (US & Canada); Tijuana
CurrencystringOptional

The three-letter ISO 4217 currency code for your account.

Example: USD
RegisteredForIndirectTaxbooleanOptional

Whether your account is registered for indirect tax (e.g., VAT, GST, or HST).

Example: false
IndirectTaxNumberstringOptional

Your VAT, GST, or HST registration number, if applicable.

OrganizationTypestring · enumOptional

The legal organization type for your account. Available options vary depending on the country your business is registered in.

Possible values:
EinSsnForeignTaxIdstringOptional

Your Employer Identification Number (EIN), Social Security Number (SSN), or foreign tax ID.

DateOfBirthstring · date-timeOptional

Your date of birth.

Example: 1994-04-01T00:00:00-08:00
Genderstring · enumOptional

Your gender identity.

Possible values:
Ethnicitystring · enumOptional

Your ethnicity.

Possible values:
ParentalStatusstring · enumOptional

Your parental status.

Possible values:
RelationshipStatusstring · enumOptional

Your relationship status.

Possible values:
Educationstring · enumOptional

Your highest level of education.

Possible values:
Pronounsstring · enumOptional

Your preferred pronouns.

Possible values:
HouseholdIncomestring · enumOptional

Your annual household income bracket.

Possible values:
UristringOptional

Unique reference to the company information object in the impact.com API.

Example: /Mediapartners/<AccountSID>/CompanyInformation
get/Mediapartners/{AccountSID}/CompanyInformation
200

A company information object.

Update Company Information

put

Updates your partner account information. Only the parameters you provide will be updated — all others remain unchanged.

Note: FinancialContact, TechnicalContact, and CommercialContact cannot be updated via API. These must be updated in the impact.com UI.

Path parameters
AccountSIDstringRequired

Unique identifier for the partner account.

Body
CompanyNamestringOptional

The display name for your partner account.

WebsitestringOptional

The URL of your website or primary online presence.

ContentInterestsstringRequired

Comma-separated tags describing your content categories and interests, with no spaces (e.g., travel,lifestyle,fitness).

DescriptionstringRequired

A bio or description of your content and services, visible to brands on your profile.

LogoImagestringRequired

Your profile logo or photo as a Base64-encoded image string.

PrimaryPhoneNumberstringOptional

Your primary contact phone number.

PrimaryPhoneNumberCountrystringOptional

Two-letter ISO 3166-1 alpha-2 country code for your primary phone number. Required if PrimaryPhoneNumber is provided.

OrganizationTypestring · enumOptional

The legal organization type for your account.

Possible values:
DateOfBirthstring · date-timeOptional

Your date of birth in ISO 8601 format.

Educationstring · enumOptional

Your highest level of education.

Possible values:
Ethnicitystring · enumOptional

Your ethnicity.

Possible values:
Genderstring · enumOptional

Your gender identity.

Possible values:
HouseholdIncomestring · enumOptional

Your annual household income bracket.

Possible values:
ParentalStatusstring · enumOptional

Your parental status.

Possible values:
Pronounsstring · enumOptional

Your preferred pronouns.

Possible values:
RelationshipStatusstring · enumOptional

Your relationship status.

Possible values:
CorporateAddressLine1stringOptional

The first line of your corporate address (street number and name).

CorporateAddressCitystringOptional

The city for your corporate address.

BillingAddressLine1stringOptional

The first line of your billing address (street number and name).

BillingAddressCitystringOptional

The city for your billing address.

CorporateAddressLine2stringOptional

The second line of your corporate address (suite, apartment, etc.).

CorporateAddressStatestringOptional

The state or province for your corporate address.

CorporateAddressPostalCodestringOptional

The postal or ZIP code for your corporate address.

CorporateAddressCountrystringOptional

Two-letter ISO 3166-1 alpha-2 country code for your corporate address.

BillingAddressLine2stringOptional

The second line of your billing address (suite, apartment, etc.).

BillingAddressStatestringOptional

The state or province for your billing address.

BillingAddressPostalCodestringOptional

The postal or ZIP code for your billing address.

BillingAddressCountrystringOptional

Two-letter ISO 3166-1 alpha-2 country code for your billing address.

ShippingAddressLine1stringOptional

The first line of your shipping address. When updating shipping address fields, all five sub-fields (Line1, City, State, PostalCode, Country) must be supplied together.

ShippingAddressLine2stringOptional

The second line of your shipping address (suite, apartment, etc.).

ShippingAddressCitystringOptional

The city for your shipping address.

ShippingAddressStatestringOptional

The state or province for your shipping address.

ShippingAddressPostalCodestringOptional

The postal or ZIP code for your shipping address.

ShippingAddressCountrystringOptional

Two-letter ISO 3166-1 alpha-2 country code for your shipping address.

SecondaryPhoneNumberstringOptional

Your secondary contact phone number. Must be supplied together with SecondaryPhoneNumberCountry.

SecondaryPhoneNumberCountrystringOptional

Two-letter ISO 3166-1 alpha-2 country code for your secondary phone number. Required if SecondaryPhoneNumber is provided.

FinancialContactNamestringOptional

Name of the financial contact for your account.

FinancialContactEmailstringOptional

Email address of the financial contact for your account.

FinancialContactWorkPhoneNumberstringOptional

Work phone number of the financial contact.

FinancialContactWorkPhoneNumberCountrystringOptional

Two-letter ISO 3166-1 alpha-2 country code for the financial contact's work phone.

FinancialContactCellPhoneNumberstringOptional

Cell phone number of the financial contact.

FinancialContactCellPhoneNumberCountrystringOptional

Two-letter ISO 3166-1 alpha-2 country code for the financial contact's cell phone.

TechnicalContactNamestringOptional

Name of the technical contact for your account.

TechnicalContactEmailstringOptional

Email address of the technical contact for your account.

TechnicalContactWorkPhoneNumberstringOptional

Work phone number of the technical contact.

TechnicalContactWorkPhoneNumberCountrystringOptional

Two-letter ISO 3166-1 alpha-2 country code for the technical contact's work phone.

TechnicalContactCellPhoneNumberstringOptional

Cell phone number of the technical contact.

TechnicalContactCellPhoneNumberCountrystringOptional

Two-letter ISO 3166-1 alpha-2 country code for the technical contact's cell phone.

CommercialContactNamestringOptional

Name of the commercial contact for your account.

CommercialContactEmailstringOptional

Email address of the commercial contact for your account.

CommercialContactWorkPhoneNumberstringOptional

Work phone number of the commercial contact.

CommercialContactWorkPhoneNumberCountrystringOptional

Two-letter ISO 3166-1 alpha-2 country code for the commercial contact's work phone.

CommercialContactCellPhoneNumberstringOptional

Cell phone number of the commercial contact.

CommercialContactCellPhoneNumberCountrystringOptional

Two-letter ISO 3166-1 alpha-2 country code for the commercial contact's cell phone.

SecurityContactNamestringOptional

Name of the security contact for your account.

SecurityContactEmailstringOptional

Email address of the security contact for your account.

SecurityContactWorkPhoneNumberstringOptional

Work phone number of the security contact.

SecurityContactWorkPhoneNumberCountrystringOptional

Two-letter ISO 3166-1 alpha-2 country code for the security contact's work phone.

SecurityContactCellPhoneNumberstringOptional

Cell phone number of the security contact.

SecurityContactCellPhoneNumberCountrystringOptional

Two-letter ISO 3166-1 alpha-2 country code for the security contact's cell phone.

EinSsnForeignTaxIdstringOptional

Your Employer Identification Number (EIN), Social Security Number (SSN), or foreign tax ID.

MinimumContactRatingstringOptional

The minimum acceptable rating used when contacting partners. Numeric string.

PrimaryPromotionalMethodstringOptional

Your primary method of promoting brand campaigns (e.g., SOCIAL_INFLUENCER, CONTENT, COUPON).

PromotionalMethodsstringOptional

Comma-separated list of promotional methods you use (e.g., SOCIAL_INFLUENCER, CONTENT).

Responses
200

Company information updated successfully.

application/json
StatusstringOptionalExample: OK
UristringOptionalExample: /Mediapartners/<AccountSID>/CompanyInformation
put/Mediapartners/{AccountSID}/CompanyInformation
200

Company information updated successfully.

Last updated