Vouchery API supports two authentication methods:
- Login and password auth using HTTP Basic
- API key auth using HTTP Bearer token
To obtain access to this version of the API please contact us by sending an email to [email protected].
API key authentication
To use the bearer authentication scheme you need to pass the following header. <api_key>
is an API key you can find in your Vouchery account, by logging in and going to 'My Account'.
Authorization: Bearer <api_key>