v1

latestOpenAPI 3.1.02026-07-2422707.0 MB

List all occasions

This API will retrieve the list of occasions defined in your organization.

get/v1/giftcards/occasions

Response

200

Example response

{
  "occasions": [
    {
      "id": "88f0b202-9bcc-4cf3-9bd6-39dee12334bd",
      "name": "Birthday's",
      "images": [
        {
          "url": "http://hotfix.zenotibeta.com//Instance_Data/webstore/defaults/GiftCardTemplate/defaultpx800.png"
        }
      ]
    }
  ]
}