How It Works
- Each API request is assigned a unique Request-Id.
- The API includes this Request-Id in the response headers.
- In case of errors or unexpected behavior, the API user should provide this Request-Id when reaching out for support.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
curl -X GET "https://api.wizcommerce.com/v1/customers" -H "X-Request-Id: 1234567890"
GET /v1/customers HTTP/1.1
Host: api.wizcommerce.com
X-Request-Id: 1234567890
Was this page helpful?