Skip to main content
POST
/
v1
/
notifications
/
webhooks-lookup
Create webhook lookup
curl --request POST \
  --url https://api-m.sandbox.paypal.com/v1/notifications/webhooks-lookup \
  --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

Response

A successful request returns the HTTP 201 Created 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