Reference>Cookbook
Cookbook
Short curl examples against your workspace API. The host matches your signed-in Zyene URL.
Send a request
bash
curl -X POST "https://app.zyenereviews.com/api/v1/requests/send" \ -H "X-API-Key: zy_..." \ -H "Content-Type: application/json" \ -d '{"customerName":"Alex","customerPhone":"+18165551234","channel":"sms"}'Page reviews
bash
curl "https://app.zyenereviews.com/api/v1/reviews?page=2&limit=50" \ -H "X-API-Key: zy_..."Analytics snapshot
bash
curl "https://app.zyenereviews.com/api/v1/analytics?days=14" \ -H "X-API-Key: zy_..."