Get webhook subscription
GET {{baseUrl}}/webhook/webhooks/:id
Get the webhook subscription details
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
cursor | null | ||
filter[exclude_apis] | null | ||
filter[service][id] | null | ||
filter[consumer_id] | null | ||
filter[entity_type] | null | ||
filter[event_type] | null |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
x-apideck-app-id | string | (Required) The ID of your Unify application | |
Accept | string |
RESPONSES
status: OK
{"status_code":200,"status":"OK","data":{"delivery_url":"https://example.com/my/webhook/endpoint","status":"enabled","events":["vault.connection.created","vault.connection.updated"],"unified_api":"crm","execute_base_url":"https://unify.apideck.com/webhook/webhooks/1234/execute","id":"1234","description":"A description","disabled_reason":"retry_limit","updated_at":"2020-09-30T07:43:32.000Z","created_at":"2020-09-30T07:43:32.000Z"}}