Parent IDs

Overview

This API can be used to fetch all the parent IDs in the Gifthub ecosystem.

Note that you might not have all the parant ids activated in your catalog. To have a product activated, contact Gifthub support.

Endpoint

  • URL: /shop/parent-ids

  • Method: GET

  • Success Response:

    • Code: 200 OK

    • Content:

    • {
          "message": "No Message",
          "data": {
              "NETFLIX_GIFT_CARD": "gc001",
              "SPOTIFY_GIFT_CARD": "gc002",
              "XBOX_GIFT_CARD": "gc003"
          }
      }

Last updated