List webhooks
GET {{base_url}}/v1/notifications/webhooks
Lists webhooks for an app.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
anchor_type | string | Filters the webhooks in the response by an anchor_id entity type. | |
anchor_type | string | Filters the webhooks in the response by an anchor_id entity type. |
RESPONSES
status: OK
{"webhooks":[{"id":"7DA627175R011380D","url":"https://enecc3r1y76fg.x.pipedream.net","event_types":[{"name":"CHECKOUT.ORDER.APPROVED","description":"An order has been approved by buyer.","status":"ENABLED"}],"links":[{"href":"https://api.sandbox.paypal.com/v1/notifications/webhooks/7DA627175R011380D","rel":"self","method":"GET"},{"href":"https://api.sandbox.paypal.com/v1/notifications/webhooks/7DA627175R011380D","rel":"update","method":"PATCH"},{"href":"https://api.sandbox.paypal.com/v1/notifications/webhooks/7DA627175R011380D","rel":"delete","method":"DELETE"}]},{"id":"7YX15857Y30347345","url":"https://ennqust30f13k.x.pipedream.net","event_types":[{"name":"CHECKOUT.ORDER.APPROVED","description":"An order has been approved by buyer.","status":"ENABLED"}],"links":[{"href":"https://api.sandbox.paypal.com/v1/notifications/webhooks/7YX15857Y30347345","rel":"self","method":"GET"},{"href":"https://api.sandbox.paypal.com/v1/notifications/webhooks/7YX15857Y30347345","rel":"update","method":"PATCH"},{"href":"https://api.sandbox.paypal.com/v1/notifications/webhooks/7YX15857Y30347345","rel":"delete","method":"DELETE"}]},{"id":"4JN98986BC463474B","url":"https://enreqdh60jbxi.x.pipedream.net","event_types":[{"name":"*","description":"ALL","status":"ENABLED"}],"links":[{"href":"https://api.sandbox.paypal.com/v1/notifications/webhooks/4JN98986BC463474B","rel":"self","method":"GET"},{"href":"https://api.sandbox.paypal.com/v1/notifications/webhooks/4JN98986BC463474B","rel":"update","method":"PATCH"},{"href":"https://api.sandbox.paypal.com/v1/notifications/webhooks/4JN98986BC463474B","rel":"delete","method":"DELETE"}]}]}