User Offers

Get tracker offers

Get all offers associated with a tracker.

get/api/v1/offer/tracker/{tracker_id}

Path parameters

tracker_idstring uuid required

Response

Successful Response

idstring uuid required
trackerIdstring uuid required
offerIdstring uuid required
weightinteger required

Example response

[
  {
    "offer": {
      "comment": "High-converting casino offer with VIP treatment",
      "created_at": "2025-07-09T10:30:00Z",
      "data": {
        "currency": "USD",
        "device": "mobile",
        "geo": [
          "US",
          "CA"
        ],
        "min_deposit": "20",
        "offer_priority": "premium",
        "payout": "250",
        "payout_type": "CPA",
        "vertical": "casino"
      },
      "id": "123e4567-e89b-12d3-a456-426614174000",
      "name": "Slots777 Casino - VIP",
      "offer_url": "https://partners.slots777.com/click?pid=12345&bid=67890&clickid={click_id}",
      "owner": {
        "email": "example@.com",
        "logo_url": "https://example.com/owner_logo.png",
        "owner_company_user_id": "d290f1ee-6c54-4fbb-9fa6-0e02b2c3d479"
      },
      "updated_at": "2025-07-09T15:45:00Z",
      "user_id": "456e7890-e89b-12d3-a456-426614174001"
    }
  }
]

Changes

No recorded changes to this endpoint across all 1 revision of this API.