User Offers

Update offer

Update an existing offer.

put/api/v1/offer/{offer_id}

Path parameters

offer_idstring uuid required

Request body

namestring nullable

Name of the offer

offerUrlstring nullable

offer_url of the offer

dataobject nullable

Arbitrary JSON data for the offer

commentstring nullable

Optional comment or description for the offer

Response

Successful Response

idstring uuid required
namestring nullable required
offerUrlstring required
dataobject nullable required
commentstring nullable required
createdAtstring date-time required
updatedAtstring date-time nullable required
userIdstring uuid nullable required

Example response

{
  "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 2 revisions of this API.