Last updated 26 days ago
Intent ID
Allow resending notification
POST /api/v1/external/intents/notify_intent HTTP/1.1 Host: app.stoqapp.com X-Auth-Token: YOUR_API_KEY Content-Type: application/json Accept: */* Content-Length: 33 { "id": "text", "allow_resend": true }
Notification sent successfully
{ "success": true, "intent_id": "text" }