Skip to main content
GET
/
vouchers
/
history
Retrieve voucher usage history
curl --request GET \
  --url https://da.liteapi.travel/vouchers/history \
  --header 'X-Api-Key: <api-key>'
{
  "history": [
    {
      "id": 120,
      "voucher_code": "DISCOUNT_50",
      "guest_email": "[email protected]",
      "hotel_name": "Hotel Jadran",
      "booking_id": "YxsYhO17z",
      "voucher_total_amount": 12.25,
      "usage_date": "2026-07-28T08:18:39.000Z"
    }
  ]
}

Authorizations

X-Api-Key
string
header
required

API key required for authorization

Response

200 - application/json

Voucher updated successfully

history
object[]

List of voucher usage details.