Skip to main content
GET
/
v1
/
notifications
/
webhooks-lookup
List webhook lookups
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"
        }
      ]
    }
  ]
}

Authorizations

Authorization
string
header
required

Oauth 2.0 authentication

Response

A successful request returns the HTTP 200 OK status code and a JSON response body that lists webhook lookups with webhook lookup details.

A list of webhook lookups.

webhooks_lookups
Webhook Lookup · object[]

An array of webhook lookups.

I