User Offers
Create a new offer
Create a new offer with URL and optional metadata.
post/api/v1/offer
Request body
Example request
{
"comment": "High payout casino offer for tier 1 GEOs, best for desktop traffic",
"data": {
"currency": "USD",
"device": "desktop",
"geo": [
"US",
"CA",
"AU"
],
"offer_priority": "high",
"payout": "150",
"payout_type": "CPA",
"vertical": "casino"
},
"name": "Lucky Casino - High Roller",
"offer_url": "https://tracker.affiliate.com/click?offer_id=1234&aff_id=5678&sub1={click_id}"
}Response
Resource created successfully.
Changes
No recorded changes to this endpoint across all 2 revisions of this API.