Retrieve Webhook details
GET {{baseUrl}}/webhooks/:webhookId
Retrieve webhook details by id.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"webhookId":"\u003cstring\u003e","createdAt":"\u003cdateTime\u003e","events":["\u003cstring\u003e","\u003cstring\u003e"],"url":"\u003cstring\u003e"}