Skip to content

Get voucher batch usage

GET
/shops/{id}/vouchers/batches/{batch_id}/usage
curl --request GET \
--url https://example.com/shops/example/vouchers/batches/example/usage
id
required
string
batch_id
required
string
Media type application/json
object
total
required
Any of:
number
used
required
Any of:
number
Example
{
"total": "NaN",
"used": "NaN"
}