Skip to content
  • There are no suggestions because the search field is empty.

List gift vouchers

Returns a list of all gift vouchers

image-png-Mar-22-2024-01-24-05-8317-PM /gift-vouchers

https://api.oauth.pabau.com/{api_key}/gift-vouchers

Request

 

Response sample

application/json

{
"success": true,
  "total": 6,
  "gift_vouchers": [
    {
    "id": 1,
    "name": "test",
      "amount": 5,
      "valid_for": 365,
      "book_now": 0,
      "note_disabled": 0,
      "note": "",
      "theme": "",
      "color_1": "#6E4BF6",
      "color_2": "#B94AF4",
      "online": 0,
      "tos": "test",
      "created_at": "2024-03-28 14:00:05",
      "deleted_at": null,
      "company_id": 12307,
      "one_off": 0,
      "services_included": 10044
  }
]
}