# Get Gift Card Lists

## Get Gift Card Lists

<mark style="color:blue;">`GET`</mark> `https://traveloapi.com/yourapi/giftcard/giftcard_list`&#x20;

#### Path Parameters

| Name   | Type   | Description                     |
| ------ | ------ | ------------------------------- |
| gatkey | string | gatkey (provided by traveloapi) |

{% tabs %}
{% tab title="200 " %}

```javascript
{
  "status": "Transaction Successful",
  "statuscode": "TXN",
  "giftcard_list": [
    {
      "provider": "Allen Solly Gift Voucher",
      "type": "PHYSICALVOUCHER",
      "code": "ABQ",
      "sub_type": "Fashion"
    },
    {
      "provider": "Amazon Gift Voucher",
      "type": "PHYSICALVOUCHER",
      "code": "ADQ",
      "sub_type": "Shopping"
    },
    {
      "provider": "Arrow Gift Voucher",
      "type": "PHYSICALVOUCHER",
      "code": "AFQ",
      "sub_type": "Fashion"
    },
    {
      "provider": "US Polo Assn Gift Voucher",
      "type": "PHYSICALVOUCHER",
      "code": "AGQ",
      "sub_type": "Fashion"
    },
    {
      "provider": "Bata Gift Voucher",
      "type": "PHYSICALVOUCHER",
      "code": "AIQ",
      "sub_type": "Fashion"
    },
    {
      "provider": "Big Bazaar Gift Voucher",
      "type": "PHYSICALVOUCHER",
      "code": "AJQ",
      "sub_type": "Retail"
    },
    {
      "provider": "Central Gift Voucher",
      "type": "PHYSICALVOUCHER",
      "code": "ANQ",
      "sub_type": "Fashion"
    },
    {
      "provider": "Cleartrip Gift Voucher",
      "type": "PHYSICALVOUCHER",
      "code": "AOQ",
      "sub_type": "Travel"
    },
    {
      "provider": "Croma Gift Voucher",
      "type": "PHYSICALVOUCHER",
      "code": "AQQ",
      "sub_type": "Retail"
    }
```

{% endtab %}

{% tab title="404 " %}

```javascript
{
    "message": "Invalid Request",
    "status": "error",
    
}
```

{% endtab %}
{% endtabs %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://traveloapi.gitbook.io/api/giftcard-or-brand-voucher-api/get-gift-card-lists.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
