Notification Handlers
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
200
List of notification handlers
application/json
idstringOptional
namestringOptional
typestring · enumOptionalPossible values:
destinationstringOptional
get
/notifications200
List of notification handlers
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
namestringOptional
typestringOptional
destinationstringOptional
Responses
201
Notification handler created
application/json
post
/notifications201
Notification handler created
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstringRequired
Responses
200
Notification handler details
application/json
idstringOptional
namestringOptional
typestring · enumOptionalPossible values:
destinationstringOptional
get
/notifications/{id}200
Notification handler details
Last updated