Notify a single Intent
Authorizations
Body
idstringOptional
Intent ID
allow_resendbooleanOptional
Allow resending notification
Responses
200
Notification sent successfully
application/json
401
Unauthorized
404
Intent not found
422
Failed to notify intent
post
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
}
{
"success": true,
"intent_id": "text"
}
Last updated