Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
curl -X GET 'https://api.yativo.com/api/v1/giftcards/categories' \ -H 'Authorization: Bearer YOUR_ACCESS_TOKEN'
{ "status": "success", "status_code": 200, "message": "Categories fetched successfully", "data": [ { "id": 1, "name": "Entertainment" }, { "id": 2, "name": "Gaming" }, { "id": 3, "name": "Shopping" }, { "id": 4, "name": "Food & Dining" }, { "id": 5, "name": "Travel" } ] }
Retrieve available gift card categories
GET https://api.yativo.com/api/v1/giftcards/categories