On this page
No Headings
Oauth 2.0 authentication
Client CredentialsToken URLhttps://api-m.paypal.com/v1/oauth2/tokenInheaderScopes
https://uri.paypal.com/services/applications/webhooksapplication/json
application/json
curl -X GET "https://api-m.paypal.com/v1/notifications/v1/notifications/webhooks-lookup"{
"webhooks_lookups": [
{
"id": "string",
"client_id": "string",
"links": [
{
"href": "string",
"rel": "string",
"method": "GET"
}
]
}
]
}{
"name": "string",
"message": "string",
"debug_id": "string",
"information_link": "string",
"details": [
{
"field": "string",
"value": "string",
"location": "body",
"issue": "string",
"description": "string"
}
],
"links": [
{
"href": "string",
"rel": "string",
"method": "GET"
}
]
}