Skip to main content
POST
/
v1
/
scanner
/
notifications
/
test
Send test notification
curl --request POST \
  --url http://localhost:3000/v1/scanner/notifications/test
{
  "success": true,
  "error": "<string>",
  "message": "<string>"
}

Response

Test notification sent

success
boolean
required
error
string
message
string