WebHooks
Number of APIs: 9
-
List webhooks GET {{WEBEXAPI}}/webhooks
-
Create a webhook (all events, all rooms) POST {{WEBEXAPI}}/webhooks
-
Get webhook details GET {{WEBEXAPI}}/webhooks/{{_webhook}}
-
Delete a webhook DELETE {{WEBEXAPI}}/webhooks/{{_webhook}}
-
Create a room (for test run purpose) POST {{WEBEXAPI}}/rooms
-
Create a webhook (messages/created) POST {{WEBEXAPI}}/webhooks/
-
Update a webhook PUT {{WEBEXAPI}}/webhooks/{{_webhook}}
-
Add a message (for test run purpose) POST {{WEBEXAPI}}/messages
-
Delete a room (cleanup) DELETE {{WEBEXAPI}}/rooms/{{_room}}