v1
latestOpenAPI 3.0.02026-07-2663155142.2 KBOffers
Get offer history
Returns the current user's offer history (OfferHistoryV2).
get/v2/client/offers/history
Query parameters
continue_playingboolean nullable
When true, only offers that can still be continued are returned.
offer_idsstring
Comma-separated offer IDs; duplicates are removed before the upstream call.
langstring
Preferred language tag for upstream lang (first tag if a list is given).
Response
OK
Example response
{
"data": {
"offers": [
{
"events": [
{
"uuid": "0dc43f54-135a-46a4-a51c-a2c5f3cfdac0",
"hash": "a1b2c3d4e5f6g7h8",
"name": "Completed",
"payout": "1.30",
"multiple_conversions_rules": {
"rule_type": "unlimited",
"x_conversions": 1,
"every_y_seconds": 60
},
"timestamp": 1741370829
}
],
"app_metadata": {
"app_id": "com.google.android.youtube",
"categories": [
"Entertainment",
"Video Players & Editors"
],
"screenshot_urls": [
"https://lh3.googleusercontent.com/...",
"https://lh3.googleusercontent.com/..."
],
"video_urls": [
"https://www.youtube.com/watch?v=...",
"https://www.youtube.com/watch?v=..."
]
}
}
]
}
}