curl --request GET \
--url https://api2.wizzgift.com/b2b/products \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": [
{
"slug": "paypal-gift-worldwide",
"name": "Paypal Gift Card",
"description": "Buy PayPal gift cards online to send instant digital funds for shopping, payments, and more. Perfect for easy, secure gifting and global use with a PayPal account.",
"instruction": "Note : paypal have 4-7% internal charges depending on your country account, usually funds should be available instantly but sometimes it might take upto 24 hours or you need to claim it from paypal or email.",
"disclosure": "Note : paypal have 4-7% internal charges depending on your country account",
"image": "https://cdn.wizzgift.com/product/paypal-gift-worldwide.png",
"product_currency": "USD",
"cost_currency": "USD",
"brand_color": "#ffffff",
"countries": [
"US",
"GB",
".."
],
"blacklisted": [],
"categories": [
"payments"
],
"rating": 4,
"skus": [
{
"id": "1",
"min": 5,
"max": 1000,
"minCost": 5.25,
"changeStep": 0.01,
"active": true
}
],
"required_fields": [
{
"name": "paypal_email",
"type": "email",
"description": "Enter your paypal email"
}
],
"iframe_url": "",
"digital_content": false,
"reviews": [
{
"name": "Barnaclezs",
"rating": 5,
"review": "All good, received instantly"
},
{
"name": "Hippopotamusrd",
"rating": 5,
"review": "Good"
},
{
"name": "Lungfishhp",
"rating": 2,
"review": "I gave an email that is not associated with the account. Is it possible to fix this? My PayPal account email is [email protected]"
}
],
"popularity": 0
},
{
"slug": "apple-gift-card-usa",
"name": "Apple Gift Card USD",
"description": "<p>Apple Gift card is for all things Apple...</p>",
"instruction": "<p>You can redeem the Apple gift card in two ways:</p>...",
"image": "https://cdn.wizzgift.com/product/apple-gift-card-usa.png",
"product_currency": "USD",
"cost_currency": "USD",
"brand_color": "#f3f3f6",
"countries": [
"US"
],
"blacklisted": [],
"categories": [
"games",
"entertainment"
],
"rating": 0,
"skus": [
{
"id": "1",
"min": 350,
"max": 350,
"minCost": 349.125,
"changeStep": 1,
"active": true
}
],
"required_fields": [],
"iframe_url": "",
"digital_content": true,
"popularity": 0
}
]
}Returns the list of all available WizzGift products.
Requires a valid API key via Bearer token in the Authorization header.
curl --request GET \
--url https://api2.wizzgift.com/b2b/products \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": [
{
"slug": "paypal-gift-worldwide",
"name": "Paypal Gift Card",
"description": "Buy PayPal gift cards online to send instant digital funds for shopping, payments, and more. Perfect for easy, secure gifting and global use with a PayPal account.",
"instruction": "Note : paypal have 4-7% internal charges depending on your country account, usually funds should be available instantly but sometimes it might take upto 24 hours or you need to claim it from paypal or email.",
"disclosure": "Note : paypal have 4-7% internal charges depending on your country account",
"image": "https://cdn.wizzgift.com/product/paypal-gift-worldwide.png",
"product_currency": "USD",
"cost_currency": "USD",
"brand_color": "#ffffff",
"countries": [
"US",
"GB",
".."
],
"blacklisted": [],
"categories": [
"payments"
],
"rating": 4,
"skus": [
{
"id": "1",
"min": 5,
"max": 1000,
"minCost": 5.25,
"changeStep": 0.01,
"active": true
}
],
"required_fields": [
{
"name": "paypal_email",
"type": "email",
"description": "Enter your paypal email"
}
],
"iframe_url": "",
"digital_content": false,
"reviews": [
{
"name": "Barnaclezs",
"rating": 5,
"review": "All good, received instantly"
},
{
"name": "Hippopotamusrd",
"rating": 5,
"review": "Good"
},
{
"name": "Lungfishhp",
"rating": 2,
"review": "I gave an email that is not associated with the account. Is it possible to fix this? My PayPal account email is [email protected]"
}
],
"popularity": 0
},
{
"slug": "apple-gift-card-usa",
"name": "Apple Gift Card USD",
"description": "<p>Apple Gift card is for all things Apple...</p>",
"instruction": "<p>You can redeem the Apple gift card in two ways:</p>...",
"image": "https://cdn.wizzgift.com/product/apple-gift-card-usa.png",
"product_currency": "USD",
"cost_currency": "USD",
"brand_color": "#f3f3f6",
"countries": [
"US"
],
"blacklisted": [],
"categories": [
"games",
"entertainment"
],
"rating": 0,
"skus": [
{
"id": "1",
"min": 350,
"max": 350,
"minCost": 349.125,
"changeStep": 1,
"active": true
}
],
"required_fields": [],
"iframe_url": "",
"digital_content": true,
"popularity": 0
}
]
}Was this page helpful?