Batch create vouchers

Generate a batch of unique vouchers. Each voucher will be created using {prefix}{random code} format where code will be a random string of requested type and length. A prefix needs to be unique within a project.

Following code types are supported:

digits
letters
mixed (digits and letters)

Allowed characters for each code type have been filtered to avoid typing mistakes.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
integer
required

Campaign ID

Body Params

Object to create

date-time

Nullable.

string
enum
required

What characters should the code include. Possible choices are digits, letters, funny_words and mixed.

Allowed:
customer_ids
array of strings
required
customer_ids*
double

Nullable. Float64 or null

string
required

A prefix is required for batch generated vouchers. Needs to be unique within project.

int32
required

How long should the random part of the code be? Valid values are between 3 and 20, depending on batch size.

int32
required

How many unique vouchers to generate?

date-time

Nullable.

Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json