Skip to main content
POST
/
notification-providers
/
{id}
/
test
Test a notification provider
curl --request POST \
  --url https://api.example.com/notification-providers/{id}/test \
  --header 'Authorization: Bearer <token>'
true

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Response

Test notification sent successfully.

The response is of type boolean.