Update a specific notification by unique reference for a specific customer

If you need to change anything about a particular notification, for example add an email address or make it inactive, then this is the endpoint to use. You need to put all of the information into this request for the notification even if it isn't changing, so either you will need to record this somewhere when you create the notification, or call the 'GET' request first.

Log in to see full request history
timestatususer agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required
string
required
Body Params
string
required

Status of the notification.

destinations
array of strings
required

The list of emails or url(webhook) used for sending the notification. For 'EMAIL' channel this can be a list of comma separated email addresses. For 'WEBHOOK' channel this should be a single URL.

destinations*
config
object
required

Configuration information for this Notification entity.

Responses

Language
Credentials
Click Try It! to start a request and see the response here! Or choose an example:
application/json
*/*