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>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.switchyard.run/llms.txt

Use this file to discover all available pages before exploring further.

Response

Test notification sent

success
boolean
required
error
string
message
string