List destinations in a workspace

GET {{baseUrl}}/:workspace_slug/webhooks

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"data":[{"id":"6qyFL6","type":"webhook_destination","attributes":{"name":"My Test Destination","enabled":true,"updated_at":"2022-03-22T10:10:54.107Z","created_at":"2022-03-22T10:10:54.107Z","event_type":null,"url":"http://www.example.com/webhook"}}],"links":{"first":"/fake-workspace/webhooks?page=1","last":"/fake-workspace/webhooks?page=1","prev":null,"next":null}}