Notification Handlers

List notification handlers

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
chevron-right
200

List of notification handlers

application/json
get
/notifications
200

List of notification handlers

Create a new notification handler

post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
namestringOptional
typestringOptional
destinationstringOptional
Responses
post
/notifications
201

Notification handler created

Retrieve notification handler

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstringRequired
Responses
chevron-right
200

Notification handler details

application/json
get
/notifications/{id}
200

Notification handler details

Delete notification handler

delete
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstringRequired
Responses
delete
/notifications/{id}
204

Notification handler deleted

No content

Last updated