User Offers

Create a new offer

Create a new offer with URL and optional metadata.

post/api/v1/offer

Request body

namestring nullable

Name of the offer

offerUrlstring required

offer_url of the offer

dataobject nullable

Arbitrary JSON data for the offer

commentstring nullable

Optional comment or description for the offer

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.

detailstring

Changes

No recorded changes to this endpoint across all 2 revisions of this API.