cURL
curl --request GET \ --url https://api-m.sandbox.paypal.com/v1/notifications/webhooks-lookup \ --header 'Authorization: Bearer <token>'
{ "webhooks_lookups": [ { "id": "<string>", "client_id": "<string>", "links": [ { "href": "<string>", "rel": "<string>", "method": "GET" } ] } ] }
Lists webhook lookups.
Oauth 2.0 authentication
A successful request returns the HTTP 200 OK status code and a JSON response body that lists webhook lookups with webhook lookup details.
200 OK
A list of webhook lookups.
An array of webhook lookups.
Show child attributes
Was this page helpful?