Get a destination
GET {{baseUrl}}/:workspace_slug/webhooks/:id
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"data":{"id":"0JxFAV","type":"webhook_destination","attributes":{"name":"My Test Webhook","enabled":true,"updated_at":"2022-03-22T10:10:54.831Z","created_at":"2022-03-22T10:10:54.831Z","event_type":null,"url":"http://www.example.com/webhook"}}}