Get the destinations for an application by webhook ID
GET {{baseUrl}}/v3/webhooks/:id
Get the webhook destinations for an application ID by webhook ID
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"data":{"id":"\u003cstring\u003e","description":"\u003cstring\u003e","trigger_types":["\u003cstring\u003e","\u003cstring\u003e"],"callback_url":"\u003cstring\u003e","status":"\u003cstring\u003e","notification_email_addresses":["\u003cstring\u003e","\u003cstring\u003e"],"status_updated_at":"\u003cinteger\u003e","created_at":"\u003cinteger\u003e","updated_at":"\u003cinteger\u003e"},"request_id":"\u003cstring\u003e"}