User Offers
Get offer by ID
Retrieve a specific offer by its ID.
get/api/v1/offer/{offer_id}
Path parameters
offer_idstring uuid required
Response
Successful Response
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 1 revision of this API.