cURL
curl --request GET \ --url https://staging-vouchers.ventogram.com/api/v1/voucher-min-max
{ "success": true, "message": "<string>", "data": { "NGN": { "min": 500, "max": 2000000 }, "USD": { "min": 100, "max": 2000 } } }
Retrieves minimum and maximum voucher amounts for each currency.
Voucher currency
NGN
USD
successful operation
The response is of type object.
object