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

Stores

Endpoints for browsing partner storefronts, their groups, and the catalog items inside them.

List all stores

get

Returns a list of all stores available to your partner account.

Authorizations
AuthorizationstringRequired

Use your AccountSID as the username and AuthToken as the password.

Path parameters
AccountSIDstringRequired

Unique identifier for the partner account.

Responses
200

An array of stores.

application/json
get/Mediapartners/{AccountSID}/Stores
curl
200

An array of stores.

Retrieve a store

get

Retrieves a store's details, including its curated groups.

Authorizations
AuthorizationstringRequired

Use your AccountSID as the username and AuthToken as the password.

Path parameters
AccountSIDstringRequired

Unique identifier for the partner account.

IdstringRequired

Unique identifier for the store.

Query parameters
ShowAutoCreatedGroupsstring · enumOptional

When TRUE (the default), the response includes groups that impact.com auto-generated for the storefront. Set to FALSE to return only brand-curated groups.

Default: TRUEPossible values:
Responses
200

A store object.

application/json
IdstringOptional

Unique identifier for the store (also the brand's Campaign ID).

Example: 10306
NamestringOptional

Display name of the store as shown on the brand's storefront.

Example: Hazel's Wellness Picks
NumberOfGroupsstringOptional

Number of curated groups in this store.

Example: 1
DateLastUpdatedstring · date-timeOptional

Date and time the store was last updated (ISO 8601).

Example: 2025-06-20T08:03:12-07:00
StoreUristringOptional

Web URL to view this store in the impact.com interface.

Example: https://member.impactradius.com/secure/mediapartner/ads/view-partner-storefront-flow.ihtml?storefrontId=10306
StoreAvatarstringOptional

Public CDN URL of the brand's logo for this store. May be empty.

Example: https://cdn2.impact.com/display-logo-via-campaign/10306.png
StoreBannerstringOptional

Public CDN URL of the storefront banner image. May be empty.

Example: https://product.impact.com/productservices/apps/assets/banner/MTAzMDZfRnJpIEp1biAyMCAxNTowMzoxMSBVVEMgMjAyNQ==.JPG
UristringOptional

API resource path for this store.

Example: /Mediapartners/<AccountSID>/Stores/10306
get/Mediapartners/{AccountSID}/Stores/{Id}
curl

List items in a store group

get

Returns the catalog items belonging to the given store and group, sorted by most recently created.

Authorizations
AuthorizationstringRequired

Use your AccountSID as the username and AuthToken as the password.

Path parameters
AccountSIDstringRequired

Unique identifier for the partner account.

IdstringRequired

Unique identifier for the store containing the group.

GroupIdstringRequired

Unique identifier for the group whose items you want to list.

Query parameters
QuerystringOptional

Narrows the list by attribute (e.g., CurrentPrice > 10.00).

Responses
200

An array of catalog item objects.

application/json
get/Mediapartners/{AccountSID}/Stores/{Id}/Group/{GroupId}/Items
curl

Last updated