cURL
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": {} }
Send a test notification to verify configuration.
Required Role: ADMIN or OWNER
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
Schema for test notification endpoint response
Show child attributes