Skip to main content
GET
/
v1
/
notifications
/
webhooks-event-types
List available events
curl --request GET \
  --url https://api-m.sandbox.paypal.com/v1/notifications/webhooks-event-types
{
  "event_types": [
    {
      "name": "<string>",
      "description": "<string>",
      "status": "<string>",
      "resource_versions": [
        "<string>"
      ]
    }
  ]
}

Response

A successful request returns the HTTP 200 OK status code and a JSON response body that lists available events to which any webhook can subscribe.

A list of webhook events.

event_types
Event Type · object[]

An array of webhook events.

I