WebHooks

Number of APIs: 9

  1. List webhooks GET {{WEBEXAPI}}/webhooks

  2. Create a webhook (all events, all rooms) POST {{WEBEXAPI}}/webhooks

  3. Get webhook details GET {{WEBEXAPI}}/webhooks/{{_webhook}}

  4. Delete a webhook DELETE {{WEBEXAPI}}/webhooks/{{_webhook}}

  5. Create a room (for test run purpose) POST {{WEBEXAPI}}/rooms

  6. Create a webhook (messages/created) POST {{WEBEXAPI}}/webhooks/

  7. Update a webhook PUT {{WEBEXAPI}}/webhooks/{{_webhook}}

  8. Add a message (for test run purpose) POST {{WEBEXAPI}}/messages

  9. Delete a room (cleanup) DELETE {{WEBEXAPI}}/rooms/{{_room}}