Webhooks

Add webhook topic

Add a topic to a webhook. This api only adds, does not replace topics or updates existing topics. Will throw if a topic type exists for this webhook already.

post/webhooks/{id}/topics

Path parameters

idstring uuid required

Request body

topicstring required

The topic name to subscribe to

Response

The request has succeeded.

idstring uuid
urlstring required
createdDatestring date-time required

Changes