Voucher API
Introduction
Welcome to the Vouchers API! You can use our API to access Vouchers API endpoints, which can get information on various information in our database.
We provide Shell examples for some endpoints. You have to use appropriate tools from your programming language to effectively communicate with the API. It’s a standard REST API so any HTTP library would work.
caution
This API documentation is a work in progress.
Feel free to contact us if you need information not (yet) available in the documentation.
Contact the developer team.
Glossary
Data types can be:
string
: any text value enclosed in double quotes characters"
.integer
: a number that can be written without a fractional component. For example, 1.float
: a number that is not an integer, because it includes a fraction represented in decimal format. For example, 1.5.boolean
: a data type with two possible values. For example,true
orfalse
.
Authentication
All endpoints are authenticated so you must follow this tutorial to make your calls.
See details of the different options here.