Gets the current user’s offer chain by the offer chain's ID.
project_id required | integer Project ID. You can find this parameter in your Publisher Account next to the name of the project. Example: 44056 |
offer_chain_id required | integer Offer chain ID. Example: 101 |
The user’s offer chain was successfully retrieved.
The offer chain was not found.
{- "id": 4,
- "name": "Offer chain with bundles",
- "description": null,
- "date_start": "2010-04-15T18:16:00+05:00",
- "date_end": "2025-04-25T18:16:00+05:00",
- "order": 1,
- "recurrent_schedule": null,
- "steps": [
- {
- "step_number": 1,
- "is_free": false,
- "items": [
- {
- "item_id": 7008,
- "sku": "bundle_with_many_items",
- "name": "Bundle with many awesome stuff!",
- "type": "bundle",
- "description": "Many stuff",
- "bundle_type": "standard",
- "is_free": false,
- "content": [
- {
- "item_id": 1,
- "sku": "d0df11c5-f7c4-4907-9ae1-7dd40cecab05",
- "name": "Virtual Good Bundle",
- "type": "virtual_good",
- "description": "virtual_good_short_description_d0df11c5-f7c4-4907-9ae1-7dd40cecab05",
- "is_free": false,
- "quantity": 1
}, - {
- "item_id": 7009,
- "sku": "vg-in-bundle-big-rocket",
- "name": "Big Rocket",
- "type": "virtual_good",
- "description": "Big Rocket - short description",
- "is_free": false,
- "quantity": 1
}, - {
- "item_id": 7010,
- "sku": "vc-in-bundle-gold-coins",
- "name": "Gold Coins",
- "type": "virtual_currency",
- "description": "Gold Coins - short description",
- "is_free": true,
- "quantity": 100
}, - {
- "item_id": 7011,
- "sku": "digital-content-drm-in-bundle-awesome-game",
- "name": "Some Game",
- "type": "virtual_good",
- "description": "Some Game - short description",
- "is_free": true,
- "quantity": 1
}, - {
- "item_id": 7012,
- "sku": "bundle-in-bundle-another-bundle",
- "name": "Some Bundle in Bundle",
- "type": "bundle",
- "description": "Bundle - short description",
- "bundle_type": "standard",
- "is_free": true,
- "content": [
- {
- "item_id": 7010,
- "sku": "vc-in-bundle-gold-coins",
- "name": "Gold Coins",
- "type": "virtual_currency",
- "description": "Gold Coins - short description",
- "is_free": true,
- "quantity": 1
}
], - "quantity": 1
}, - {
- "item_id": 7013,
- "sku": "lootbox-in-bundle-awesome-game",
- "name": "Some Lootbox",
- "type": "lootbox",
- "description": "Lootbox in bundle - short description",
- "is_free": true,
- "quantity": 1
}
], - "quantity": 5,
- "order": 0
}
], - "is_claimed": false,
- "step_price": {
- "amount": 499.95,
- "currency": "USD"
}, - "step_vp_rewards": null
}, - {
- "step_number": 2,
- "is_free": true,
- "items": [
- {
- "item_id": 7007,
- "sku": "bundle-empty",
- "name": "Empty bundle",
- "type": "bundle",
- "description": "No",
- "bundle_type": "standard",
- "is_free": true,
- "content": [ ],
- "quantity": 10,
- "order": 0
}
], - "is_claimed": false,
- "step_price": null,
- "step_vp_rewards": null
}
], - "next_step_number": 1
}