View as Markdown
API Spec (JSON)
API Spec (YAML)
Compact modeHides field descriptions and other prose for a more compact, scannable view of the API reference.Client CredentialsToken URLhttps://api-m.sandbox.paypal.com/v1/oauth2/tokenInheaderScopes
https://uri.paypal.com/services/applications/webhooksstart_timestringOptionalend_timestringOptionalapplication/json
application/json
curl -X GET "https://example.com/v1/notifications/webhooks-events"{ "events": [ { "id": "string", "create_time": "2019-08-24T14:15:22Z", "resource_type": "string", "event_version": "string", "event_type": "string", "summary": "string", "resource_version": "string", "resource": {}, "links": [ { "href": "string", "rel": "string", "method": "GET" } ] } ], "count": 0, "links": [ { "href": "string", "rel": "string", "method": "GET" } ]}