Skip to main content

Catalogue

GET https://api-sandbox.giftano.io/giftano-for-business-api/catalogue

Security

This api use Bearer Authorization as an authentication method. Replace API_KEY with your Api Key Token.

  • Name: Authorization
  • Value: Bearer API_KEY
  • In: header

Response

CodeDescription
200Return a details of balance
400Bad Request
401Unauthorized.
404Not Found.
500Internal Server Error.

Example Usage

curl -X 'GET' \
'https://api-sandbox.giftano.io/giftano-for-business-api/catalogue' \
-H 'accept: application/json' \
-H 'Authorization: Bearer API_KEY'

Example Success Response

{
"data": [
{
"country": {
"code": "SG",
"name": "Singapore"
},
"currency": "SGD",
"currency-code": "SGD",
"currency-symbol": "$",
"description": "7-Eleven is the world's largest convenience store chain that provides ready-to-eat meals, snacks, beverages, personal care items and more. Offering the ease and convenience of purchasing items on-the-go and opens 24 hours a day, 7-Eleven also offers a variety of services such as cash withdrawals and bill payments. S$10 7-Eleven Gift Vouchers are valid at all 7-Eleven stores in Singapore (except for airport stores)",
"expiration": "3",
"full_slug": "7-eleven-gift-vouchers-singapore/s10-7-eleven-gift-voucher",
"id": "vtpLPL618TP",
"image": "https://static-cdn.giftano.com/fls/merchants/161.jpg",
"initialvalue": "0.00",
"is_giftbox": 0,
"max-price": "10.00",
"merchant": {
"desc": "7-Eleven is the world's largest convenience store chain that provides ready-to-eat meals, snacks, beverages, personal care items and more. Offering the ease and convenience of purchasing items on-the-go and opens 24 hours a day, 7-Eleven also offers a variety of services such as cash withdrawals and bill payments.\r\n\r\nThese 7-Eleven Gift Vouchers are valid for use in 7-Eleven stores in Singapore.",
"id": "MC96A2ELWL",
"images": [
"https://static-cdn.giftano.com/fls/merchants/161.jpg",
"https://static-cdn.giftano.com/fls/merchants/7-eleven-profile-image_shop-front.png",
"https://static-cdn.giftano.com/fls/merchants/7-eleven-profile-image_retail-front.png"
],
"logo": "https://static-cdn.giftano.com/fls/merchants/7-Eleven-CC.jpg",
"name": "7-Eleven Singapore",
"shortname": "7-Eleven",
"slug": "7-eleven-gift-vouchers-singapore",
"tnc": "Gift voucher is not exchangeable for cash and can be only used for purchase in 7-Eleven stores in Singapore (except for airport stores). Voucher is only valid for 3 months from date of purchase and no extension is allowed. The voucher can only be used for a single transaction; any remaining amount is not exchangeable for cash or another voucher and will automatically be forfeited. The company is not responsible for stolen or lost vouchers. The company reserves the right to amend these terms and conditions without prior notice.",
"tnc-original": "<ol>\r\n <li>Gift voucher is not exchangeable for cash and can be only used for purchase in 7-Eleven stores in Singapore (except for airport stores).</li>\r\n <li>Voucher is only valid for 3 months from date of purchase and no extension is allowed.</li>\r\n <li>The voucher can only be used for a single transaction; any remaining amount is not exchangeable for cash or another voucher and will automatically be forfeited.</li>\r\n <li>The company is not responsible for stolen or lost vouchers.</li>\r\n <li>The company reserves the right to amend these terms and conditions without prior notice.</li>\r\n</ol>",
"website-desc": "7-Eleven&nbsp;Gift Vouchers are the best gift for colleagues, employees, or friends to shop at the world's largest chain of convenience stores! 7-Eleven provides ready-to-eat meals, snacks, beverages, personal care items, and more. Offering the ease and convenience of purchasing items on-the-go and opens 24 hours a day, 7-Eleven also offers a variety of services such as cash withdrawals and bill payments. \r\n\r\n7-Eleven&nbsp;Gift Vouchers are only valid for use in 7-Eleven outlets in Singapore (except for airport stores). 7-Eleven Gift Vouchers make a very good&nbsp;retail gift&nbsp;for any employee, one of the most classic corporate gift cards around."
},
"merchant_id": "MC96A2ELWL",
"min-price": "10.00",
"modified": "2023-01-09 16:11:55",
"name": "S$10 7-Eleven Gift Voucher",
"popular-name": "",
"price": "10.00",
"product_country": "SG",
"product_currency": "SGD",
"self_fulfillment": 0,
"sku": "vtpLPL618TP",
"slug": "s10-7-eleven-gift-voucher",
"tnc": "<ol>\r\n <li>Gift voucher is not exchangeable for cash and can be only used for purchase in 7-Eleven stores in Singapore (except for airport stores).</li>\r\n <li>Voucher is only valid for 3 months from date of purchase and no extension is allowed.</li>\r\n <li>The voucher can only be used for a single transaction; any remaining amount is not exchangeable for cash or another voucher and will automatically be forfeited.</li>\r\n <li>The company is not responsible for stolen or lost vouchers.</li>\r\n <li>The company reserves the right to amend these terms and conditions without prior notice.</li>\r\n</ol>\n\n*<strong>No extensions</strong> of the expiry date will be entertained for expired vouchers.\nGift(s) are <strong>strictly not valid for resale</strong>."
}
]
}

Example Invalid Token

{
"code": 401,
"error": "Invalid token"
}

Example Not Found

{
"code": 404,
"error": "sorry, endpoint is not found"
}