Notify a single Intent

Notify a single intent

post
Authorizations
X-Auth-TokenstringRequired
Body
idstringOptional

Intent ID

allow_resendbooleanOptional

Allow resending notification

Responses
200

Notification sent successfully

application/json
post
/intents/notify_intent
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