You can find your API key in your Zinc dashboard after creating an account.
Example Authentication Request
- Include your API key in the
Authorizationheader - Format:
Authorization: Bearer <your_api_key>
Authenticate Zinc API requests with your client token and API key.
Authorization headerAuthorization: Bearer <your_api_key>