Skip to main content
POST
/
v1
/
teams
/
{team_id}
/
notifications
/
{notification_id}
/
test
Test Notification
curl --request POST \
  --url https://api.dataraven.io/v1/teams/{team_id}/notifications/{notification_id}/test \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "message": "<string>",
  "details": {}
}

Authorizations

Authorization
string
header
required

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

Path Parameters

team_id
string<uuid>
required
notification_id
string<uuid>
required

Response

Successful Response

Schema for test notification endpoint response

success
boolean
required
message
string
required
details
Details · object