Skip to main content
You’re viewing v1 documentation. This is our legacy API version. We recommend checking out v2 documentation for our newest features and improvements. Note that v2 is currently a work in progress.
To use the Zinc API, you must authenticate every request with your client token.
You can find your client token in your Zinc dashboard after creating an account.

Example Authentication Request

curl https://api.zinc.io/v1/orders \
  -u <client_token>:
Authentication is performed using HTTP Basic Auth.
  • Your client token is used as the username.
  • The password field should be left blank.
If you believe your client token has been compromised, please contact [email protected] immediately.