User Offers
Get all user offers
Retrieve all offers belonging to the current user.
get/api/v1/offer
Query parameters
filterByCompanyUserIdstring[] nullable
Filter by company user ID(s)
Filter by company user ID(s)
all_availableboolean
Whether to get all PWAs (including those of other users in the same company, if permissions allow) or only the user's own PWAs
Whether to get all PWAs (including those of other users in the same company, if permissions allow) or only the user's own PWAs
pageinteger
sizeinteger
Response
Successful Response
Example response
{
"items": [
{
"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.