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 support@zinc.io immediately.