cURL
curl --request GET \ --url https://da.liteapi.travel/vouchers/{voucherID} \ --header 'X-Api-Key: <api-key>'
{ "voucher": [ { "id": 37, "voucher_code": "SUPER60", "discount_type": "percentage", "discount_value": 30, "minimum_spend": 60, "maximum_discount_amount": 20, "currency": "USD", "validity_start": "2026-07-03", "validity_end": "2026-07-30", "usages_limit": 100, "remaining_uses": 80, "status": "active", "created_at": "2026-07-25T15:10:56.000Z", "updated_at": "2026-07-25T16:56:22.000Z", "deleted_at": null, "user_id": 898, "guest_id": null, "description": "60% offer" } ] }
Get complete details for a specific voucher by its ID, including discount rules, validity, and usage information.
Provide the voucher ID in the URL path. Returns complete voucher information.
API key required for authorization
Unique identifier of the voucher to retrieve
Voucher details retrieved successfully
Show child attributes
Was this page helpful?