Retrieve Webhook details

GET {{baseUrl}}/webhooks/:webhookId

Retrieve webhook details by id.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"webhookId":"\u003cstring\u003e","createdAt":"\u003cdateTime\u003e","events":["\u003cstring\u003e","\u003cstring\u003e"],"url":"\u003cstring\u003e"}