List webhook subscriptions
GET {{baseUrl}}/webhook/webhooks?limit=1
List all webhook subscriptions
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
cursor | string | Cursor to start from. You can find cursors for next/previous pages in the meta.cursors property of the response. | |
limit | number | Number of results to return. Minimum 1, Maximum 200, Default 20 | |
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"},{"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"}],"meta":{"items_on_page":50,"cursors":{"previous":"em9oby1jcm06OnBhZ2U6OjE=","current":"em9oby1jcm06OnBhZ2U6OjI=","next":"em9oby1jcm06OnBhZ2U6OjM="}},"links":{"previous":"https://unify.apideck.com/crm/companies?cursor=em9oby1jcm06OnBhZ2U6OjE%3D","current":"https://unify.apideck.com/crm/companies","next":"https://unify.apideck.com/crm/companies?cursor=em9oby1jcm06OnBhZ2U6OjM"}}