Authentication
Although the API is free to use, it is rate limited and you will need to have an API key. This guide will show you how to do that.
Getting an API key
Sign up for an account and generate an API key from your dashboard.
Authenticating your request
Requests are authorized using the Bearer token auth header.
curl -G https://open.zactax.com/api \
-H "Authorization: Bearer {token}"