Complete reference for all Actowiz APIs. Authentication, endpoints, response schemas, error codes, and SDKs. Get started in 5 minutes.
Authentication — API Key Header
# Every request requires your API key in the header
curl -X GET "https://api.actowiz.com/v1/amazon/product?asin=B0CX23V2ZK" \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json"
# Response: 200 OK with structured JSON
# Rate limit headers included: X-RateLimit-Remaining, X-RateLimit-Reset