Authorizations
Path Parameters
Example:
Query Parameters
Required range:
1 <= x <= 100Available options:
id, -id curl --request GET \
--url https://{cluster}.voucherify.io/v1/customers/{customerId}/redeemables \
--header 'Authorization: Bearer <token>' \
--header 'X-App-Id: <api-key>' \
--header 'X-App-Token: <api-key>'{
"object": "list",
"data_ref": "data",
"data": [
{
"id": "rh_0e7b8db4700106a852",
"created_at": "2024-03-22T17:48:25.910Z",
"redeemable_id": "v_GXVguPhq2khgFxH7GrRXWA91gDr1LiA1",
"redeemable_object": "voucher",
"customer_id": "cust_p1ufreYbVbwZ1x70nFkH9rF9",
"holder_role": "OWNER",
"campaign_id": "camp_weer1c3p5ZgktqfW56RfoNaG",
"campaign_type": "DISCOUNT_COUPONS",
"voucher_type": "DISCOUNT_VOUCHER",
"redeemable": {
"type": "voucher",
"voucher": {
"id": "v_GXVguPhq2khgFxH7GrRXWA91gDr1LiA1",
"code": "3xRUnMVG",
"campaign": "Gaz6Q29w1d",
"campaign_id": "camp_weer1c3p5ZgktqfW56RfoNaG",
"category": null,
"category_id": null,
"categories": [],
"type": "DISCOUNT_VOUCHER",
"discount": {
"type": "AMOUNT",
"amount_off": 1000
},
"gift": null,
"loyalty_card": null,
"start_date": null,
"expiration_date": null,
"validity_timeframe": null,
"validity_hours": null,
"validity_day_of_week": null,
"active": true,
"additional_info": null,
"metadata": {},
"assets": {
"qr": {
"id": "fa250fcd-8d51-41e7-9dda-9288ce2799a7",
"url": "{{internalVoucherifyURL}}"
},
"barcode": {
"id": "1b876033-ad88-4e74-8344-27fca1767006",
"url": "{{internalVoucherifyURL}}"
}
},
"is_referral_code": false,
"created_at": "2024-03-22T17:48:18.57+00:00",
"updated_at": "2024-03-22T17:48:25.910974+00:00",
"holder_id": "cust_p1ufreYbVbwZ1x70nFkH9rF9",
"redemption": {
"quantity": null,
"redeemed_quantity": 0,
"object": "list",
"url": "/v1/vouchers/3xRUnMVG/redemptions?page=1&limit=10"
},
"publish": {
"object": "list",
"count": 1,
"url": "/v1/vouchers/3xRUnMVG/publications?page=1&limit=10"
},
"object": "voucher"
},
"status": "ACTIVE"
}
},
{
"id": "rh_0e79fe37e4926cafd6",
"created_at": "2024-03-21T12:43:02.915Z",
"redeemable_id": "v_nnxc1aFzFZCAhRlG6sm0kSO4jKUohc9b",
"redeemable_object": "voucher",
"customer_id": "cust_p1ufreYbVbwZ1x70nFkH9rF9",
"holder_role": "REFERRER",
"campaign_id": "camp_ixXNxP8kRoV15RoyZU4HqqYJ",
"campaign_type": "REFERRAL_PROGRAM",
"voucher_type": "DISCOUNT_VOUCHER",
"redeemable": {
"type": "voucher",
"voucher": {
"id": "v_nnxc1aFzFZCAhRlG6sm0kSO4jKUohc9b",
"code": "PBF3ZYfS",
"campaign": "REFER_2",
"campaign_id": "camp_ixXNxP8kRoV15RoyZU4HqqYJ",
"category": null,
"category_id": null,
"categories": [],
"type": "DISCOUNT_VOUCHER",
"discount": {
"type": "AMOUNT",
"amount_off": 88800,
"effect": "APPLY_TO_ORDER"
},
"gift": null,
"loyalty_card": null,
"start_date": null,
"expiration_date": null,
"validity_timeframe": null,
"validity_hours": null,
"validity_day_of_week": null,
"active": true,
"additional_info": null,
"metadata": {},
"assets": {
"qr": {
"id": "fc0471bf-0c7b-443f-9532-303437041eea",
"url": "{{internalVoucherifyURL}}"
},
"barcode": {
"id": "5b2f2007-494b-40c3-9d4c-ad27269a0cd0",
"url": "{{internalVoucherifyURL}}"
}
},
"is_referral_code": true,
"created_at": "2024-03-21T12:42:49.771+00:00",
"updated_at": "2024-03-21T12:43:02.915953+00:00",
"holder_id": "cust_p1ufreYbVbwZ1x70nFkH9rF9",
"referrer_id": "cust_p1ufreYbVbwZ1x70nFkH9rF9",
"redemption": {
"quantity": null,
"redeemed_quantity": 0,
"object": "list",
"url": "/v1/vouchers/PBF3ZYfS/redemptions?page=1&limit=10"
},
"publish": {
"object": "list",
"count": 1,
"url": "/v1/vouchers/PBF3ZYfS/publications?page=1&limit=10"
},
"object": "voucher"
},
"status": "ACTIVE"
}
}
],
"total": 2,
"has_more": false
}Retrieves all the redeemables that have been assigned to the customer.
To use this endpoint, you must have the following permissions:
customers.details.read)curl --request GET \
--url https://{cluster}.voucherify.io/v1/customers/{customerId}/redeemables \
--header 'Authorization: Bearer <token>' \
--header 'X-App-Id: <api-key>' \
--header 'X-App-Token: <api-key>'{
"object": "list",
"data_ref": "data",
"data": [
{
"id": "rh_0e7b8db4700106a852",
"created_at": "2024-03-22T17:48:25.910Z",
"redeemable_id": "v_GXVguPhq2khgFxH7GrRXWA91gDr1LiA1",
"redeemable_object": "voucher",
"customer_id": "cust_p1ufreYbVbwZ1x70nFkH9rF9",
"holder_role": "OWNER",
"campaign_id": "camp_weer1c3p5ZgktqfW56RfoNaG",
"campaign_type": "DISCOUNT_COUPONS",
"voucher_type": "DISCOUNT_VOUCHER",
"redeemable": {
"type": "voucher",
"voucher": {
"id": "v_GXVguPhq2khgFxH7GrRXWA91gDr1LiA1",
"code": "3xRUnMVG",
"campaign": "Gaz6Q29w1d",
"campaign_id": "camp_weer1c3p5ZgktqfW56RfoNaG",
"category": null,
"category_id": null,
"categories": [],
"type": "DISCOUNT_VOUCHER",
"discount": {
"type": "AMOUNT",
"amount_off": 1000
},
"gift": null,
"loyalty_card": null,
"start_date": null,
"expiration_date": null,
"validity_timeframe": null,
"validity_hours": null,
"validity_day_of_week": null,
"active": true,
"additional_info": null,
"metadata": {},
"assets": {
"qr": {
"id": "fa250fcd-8d51-41e7-9dda-9288ce2799a7",
"url": "{{internalVoucherifyURL}}"
},
"barcode": {
"id": "1b876033-ad88-4e74-8344-27fca1767006",
"url": "{{internalVoucherifyURL}}"
}
},
"is_referral_code": false,
"created_at": "2024-03-22T17:48:18.57+00:00",
"updated_at": "2024-03-22T17:48:25.910974+00:00",
"holder_id": "cust_p1ufreYbVbwZ1x70nFkH9rF9",
"redemption": {
"quantity": null,
"redeemed_quantity": 0,
"object": "list",
"url": "/v1/vouchers/3xRUnMVG/redemptions?page=1&limit=10"
},
"publish": {
"object": "list",
"count": 1,
"url": "/v1/vouchers/3xRUnMVG/publications?page=1&limit=10"
},
"object": "voucher"
},
"status": "ACTIVE"
}
},
{
"id": "rh_0e79fe37e4926cafd6",
"created_at": "2024-03-21T12:43:02.915Z",
"redeemable_id": "v_nnxc1aFzFZCAhRlG6sm0kSO4jKUohc9b",
"redeemable_object": "voucher",
"customer_id": "cust_p1ufreYbVbwZ1x70nFkH9rF9",
"holder_role": "REFERRER",
"campaign_id": "camp_ixXNxP8kRoV15RoyZU4HqqYJ",
"campaign_type": "REFERRAL_PROGRAM",
"voucher_type": "DISCOUNT_VOUCHER",
"redeemable": {
"type": "voucher",
"voucher": {
"id": "v_nnxc1aFzFZCAhRlG6sm0kSO4jKUohc9b",
"code": "PBF3ZYfS",
"campaign": "REFER_2",
"campaign_id": "camp_ixXNxP8kRoV15RoyZU4HqqYJ",
"category": null,
"category_id": null,
"categories": [],
"type": "DISCOUNT_VOUCHER",
"discount": {
"type": "AMOUNT",
"amount_off": 88800,
"effect": "APPLY_TO_ORDER"
},
"gift": null,
"loyalty_card": null,
"start_date": null,
"expiration_date": null,
"validity_timeframe": null,
"validity_hours": null,
"validity_day_of_week": null,
"active": true,
"additional_info": null,
"metadata": {},
"assets": {
"qr": {
"id": "fc0471bf-0c7b-443f-9532-303437041eea",
"url": "{{internalVoucherifyURL}}"
},
"barcode": {
"id": "5b2f2007-494b-40c3-9d4c-ad27269a0cd0",
"url": "{{internalVoucherifyURL}}"
}
},
"is_referral_code": true,
"created_at": "2024-03-21T12:42:49.771+00:00",
"updated_at": "2024-03-21T12:43:02.915953+00:00",
"holder_id": "cust_p1ufreYbVbwZ1x70nFkH9rF9",
"referrer_id": "cust_p1ufreYbVbwZ1x70nFkH9rF9",
"redemption": {
"quantity": null,
"redeemed_quantity": 0,
"object": "list",
"url": "/v1/vouchers/PBF3ZYfS/redemptions?page=1&limit=10"
},
"publish": {
"object": "list",
"count": 1,
"url": "/v1/vouchers/PBF3ZYfS/publications?page=1&limit=10"
},
"object": "voucher"
},
"status": "ACTIVE"
}
}
],
"total": 2,
"has_more": false
}1 <= x <= 100id, -id Show child attributes
Was this page helpful?