Zinc API Documentation home page
1.0.0
Search...
⌘K
Ask AI
Support
Dashboard
Dashboard
Search...
Navigation
Introduction
Authentication
Guides
API Reference
Object Reference
Introduction
Authentication
Idempotency
Error Handling
Webhooks
Accounts & Payments
Orders
POST
Create Order
GET
Retrieve Order
GET
List Orders
POST
Abort Order
POST
Retry Order
Cancellations & Returns
POST
Create Cancellation
GET
Retrieve Cancellation
POST
Create Return
GET
Retrieve Return
Cases
POST
Create Case
GET
Retrieve Case
POST
Update Case
Product Data
GET
Product Details
GET
Product Offers
GET
Product Search
Appendix
Amazon Email Verification
Amazon Blank Offers
Proxies
Frequently Asked Questions
On this page
Example Authentication Request
Introduction
Authentication
How to authenticate with the Zinc API
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
Copy
Ask AI
curl
https://api.zinc.io/v1/orders
\
-u
<
client_toke
n
>
:
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.
Idempotency
Assistant
Responses are generated using AI and may contain mistakes.