# Parent IDs

### Overview <a href="#shoplistapidocumentation-overview" id="shoplistapidocumentation-overview"></a>

This API  can be used to fetch **all** the parent IDs in the Gifthub ecosystem.&#x20;

{% hint style="info" %}
Note that you might not have all the parant ids activated in your catalog. To have a product activated, contact Gifthub support.
{% endhint %}

### Endpoint <a href="#shoplistapidocumentation-endpoints" id="shoplistapidocumentation-endpoints"></a>

* **URL:** `/shop/parent-ids`

* **Method:** `GET`

* **Success Response:**
  * **Code:** 200 OK
  * **Content:**
  * ```json
    {
        "message": "No Message",
        "data": {
            "NETFLIX_GIFT_CARD": "gc001",
            "SPOTIFY_GIFT_CARD": "gc002",
            "XBOX_GIFT_CARD": "gc003"
        }
    }
    ```
