Client endpoint. Gets the current user’s reward chains.
The user’s reward chain was successfully retrieved.
{- "has_more": false,
- "total_items_count": 1,
- "items": [
- {
- "reward_chain_id": 10,
- "name": "Weekly quest",
- "description": "Big weekly quest",
- "long_description": "You can get a lot of additional items just by shopping during the week",
- "order": 1,
- "date_start": "2023-04-15T18:16:00+05:00",
- "date_end": "2023-04-25T18:16:00+05:00",
- "value_point": {
- "sku": "value_point_1",
- "name": "Value point",
- "description": null,
- "long_description": null,
- "amount": 130
}, - "steps": [
- {
- "step_id": 1,
- "name": "Level 1",
- "is_claimed": true,
- "price": {
- "amount": 100
}, - "reward": [
- {
- "sku": "box_1",
- "name": "Super box",
- "type": "bundle",
- "description": "Super box with items",
- "quantity": 1
}, - {
- "sku": "box_2",
- "name": "Mega box",
- "type": "bundle",
- "description": "Mega box with items",
- "quantity": 1
}
]
}, - {
- "step_id": 2,
- "name": "Level 2",
- "is_claimed": false,
- "price": {
- "amount": 200
}, - "reward": [
- {
- "sku": "box_1",
- "name": "Super box",
- "type": "bundle",
- "description": "Super box with items",
- "quantity": 2
}, - {
- "sku": "box_2",
- "name": "Mega box",
- "type": "bundle",
- "description": "Mega box with items",
- "quantity": 2
}
]
}
]
}
]
}