Skip to main content
GET
/
v1
/
notifications
/
webhooks-lookup
/
{webhook_lookup_id}
Show webhook lookup details
curl --request GET \
  --url https://api-m.sandbox.paypal.com/v1/notifications/webhooks-lookup/{webhook_lookup_id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "client_id": "<string>",
  "links": [
    {
      "href": "<string>",
      "rel": "<string>",
      "method": "GET"
    }
  ]
}

Authorizations

Authorization
string
header
required

Oauth 2.0 authentication

Path Parameters

webhook_lookup_id
string
required

The ID of the webhook lookup to delete.

Response

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

The webhook lookup details.

id
string

The ID of the webhook lookup.

client_id
string

The application client ID.

Maximum length: 128

An array of request-related HATEOAS links.

I