Authentication

Making authenticated calls

Each API method requires a Authorization header with the specified merchant's API key

...
Authorization: Bearer <API_KEY>
...

Your API key can be found in the Zapper Merchant Portal

Last updated