Last updated 26 days ago
Array of intent IDs
Allow resending notifications
POST /api/v1/external/intents/bulk_notify_intent HTTP/1.1 Host: app.stoqapp.com X-Auth-Token: YOUR_API_KEY Content-Type: application/json Accept: */* Content-Length: 43 { "intent_ids": [ "text" ], "allow_resend": true }
All notifications sent successfully
{ "success": [ "text" ], "failed": [ { "intent_id": "text", "error": "text" } ] }