Skip to content

Pluck a voucher from a batch

POST
/shops/{id}/vouchers/batches/{batch_id}/pluck-voucher
curl --request POST \
--url https://example.com/shops/example/vouchers/batches/example/pluck-voucher \
--header 'Content-Type: application/json' \
--data '{ "email": "example", "locale": "example" }'
id
required
string
batch_id
required
string
Media type application/json
object
email
required
string
locale
Any of:
string
Example generated
{
"email": "example",
"locale": "example"
}