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, get an API key, and get started.
Authenticating your request
Requests are authorized using the Bearer token auth header.
curl -G https://open.zactax.com/api \
-H "Authorization: Bearer {token}"