api/v1/customer/gamification/rewards

POST

api/v1/customer/gamification/rewards

This API method will return reward progress for logged in employee

Request Parameters

Parameter

Value / Type

Required

eip_campaign_id

STRING

true

Sample Response

{
    "status": true,
    "items": [
        {
            "goal_number": 1,
            "goal_runs": 2,
            "goal_status": "completed",
            "goal_type": 1,
            "goal_descreption": "Earned 10% extra tokens. You have successfully completed 6 signups and 1 signed customer visits."
        },
        {
            "goal_number": 2,
            "goal_runs": 3,
            "goal_status": "completed",
            "goal_type": 2,
            "goal_descreption": "Earned 100 tokens. You have successfully completed the requirements for this goal."
        },
        {
            "goal_number": 3,
            "goal_runs": 5,
            "goal_status": "completed",
            "goal_type": 3,
            "goal_descreption": "Earned 100 tokens discount on selected swag categories. You have successfully completed the requirements for this goal.",
            "swag_categories": [
                "eJuice",
                "Gift Cards",
                "New Arrivals"
            ]
        },
        {
            "goal_number": 4,
            "goal_runs": 7,
            "goal_status": "completed",
            "goal_type": 4,
            "goal_descreption": "Earned a free swag item from selected swag items. You have successfully completed the requirements for this goal.",
            "swag_items": [
                "Naked eJuice",
                "Loyal N Save T Shirt Black",
                "Funny Drink Smoke and Dazed Emoji Adult T-shirt",
                "Innokin CoolFire Mini Starter Kit with Zenith D22"
            ]
        },
        {
            "goal_number": 5,
            "goal_runs": 9,
            "goal_status": "inprogress",
            "goal_type": 2,
            "goal_percentage": "77.78",
            "goal_descreption": "Earn 1000 tokens. To achieve this you need to complete 8 more signups or 4 more uplifts or 32 more signed customer visits."
        },
        {
            "goal_number": 6,
            "goal_runs": 10,
            "goal_status": "upcoming",
            "goal_type": 4,
            "goal_descreption": "Earn a free swag item from selected swag items. To achieve this you need to complete 12 more signups or 6 more uplifts or 48 more signed customer visits.",
            "swag_items": [
                "Funny Drink Smoke and Dazed Emoji Adult T-shirt",
                "Innokin CoolFire Mini Starter Kit with Zenith D22"
            ]
        },
        {
            "goal_number": 7,
            "goal_runs": 11,
            "goal_status": "upcoming",
            "goal_type": 2,
            "goal_descreption": "Earn 5000 tokens. To achieve this you need to complete 16 more signups or 8 more uplifts or 64 more signed customer visits."
        }
    ]
}