cURL
curl --request POST \ --url https://hub.griff.services/notifications/test \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "integration": "<string>", "routing": { "channelType": "slack", "channel": "<string>" } } '
{ "data": { "success": true, "message": "<string>" } }
Send a test notification via a configured integration (same path as production).
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
1
Show child attributes
Default Response