Skip to main content
POST
/
notifications
/
test
Send Test Notification
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>"
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
integration
string
required
Minimum string length: 1
routing
object
required

Response

Default Response

data
object
required