List webhook notifications
documentedList webhook notifications for events.
GET /v1/notifications/event-notificationsWebhooksno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://api-m.paypal.com/v1/notifications/webhooks-events?start_time={{$start_time}}&end_time={{$end_time}}&page_size={{$page_size}}&transaction_id={{$transaction_id}}&event_type={{$event_type}}" -X GET -H "Content-Type: application/json" -H "Accept: application/json" -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}"