Skip to main content

Affiliate Offer Feed API

Affiliate Offer Feed API

J
Written by Jorge Rubia

The Offer Feed API provides affiliates with programmatic access to the offers available to them in their Marketplace. The data returned mirrors exactly what the Affiliate sees in the Affiliate Marketplace, in JSON format.

Access is enabled per Affiliate, generating a unique API URL for each Affiliate.


Enable access

  • Go to Affiliates and open the Affiliate you want to configure.

  • In General → Main setup, scroll down to the Offer feed access toggle and enable it.

  • Click Save.

  • Once saved, a Get API URL for Aftrad feed button will appear. Click it to copy the affiliate's unique API URL to your clipboard.

The copied URL will follow this format:

https://your-aftrad-feed-domain.com/api/offer-feed/v1.0/offers?key=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx&page=1

The key parameter is unique per affiliate. Do not share it publicly — anyone with this URL can access that affiliate's offer feed.


API response

The API returns a paginated list of offers in JSON format. Use the page parameter to navigate through the results.

For full technical documentation of the JSON response structure, refer to the Aftrad API reference.


Disable access

To revoke an affiliate's access to the Offer Feed API:

  1. Open the affiliate and go to General → Main setup.

  2. Disable the Offer feed access toggle.

  3. Click Save.

The API URL will immediately stop working. If access is re-enabled later, a new URL will be generated.


Related articles

Did this answer your question?