βοΈAuthentication
All requests must include your unique App Key & Secret Key, Which you will find in Offer Api section of your Dashboard. As shown in below image.

How to access the API
Replace β<YOUR_APP_KEY>β and "<YOUR_SECRET_KEY>" with your actual keys provided in your dashboard as shown in above image.
Example Response
status β Indicates whether the offer is currently available. Value can be active (offer is live) or paused (offer is temporarily unavailable, usually due to cap being reached).
Click Url Tracking Parameters
{clickId}
Pass the unique user ID from your platform that distinctly identifies each user.
{gaid}
Pass the userβs Google Advertising ID in this parameter to enable accurate tracking and attribution.
{sub1} to {sub10}
These are optional parameters that allow the publisher to send custom user information, which will be returned in same parameter in postback to help identify or track the user.
Last updated