Paypal Notifications Webhooks V1
Connector for the paypal-notifications-webhooks-v1 API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://api-m.sandbox.paypal.com - Auth: OAuth 2.0 client-credentials — the tool fetches a token from
/v1/oauth2/tokenusing yourclientId/clientSecret, then calls the API.
Operations
webhooks_list— GET /v1/notifications/webhooks — List webhookswebhooks_get— GET /v1/notifications/webhooks/{webhook_id} — Show webhook detailsevent_types_list— GET /v1/notifications/webhooks/{webhook_id}/event-types — List event subscriptions for webhookwebhooks_lookup_list— GET /v1/notifications/webhooks-lookup — List webhook lookupswebhooks_lookup_get— GET /v1/notifications/webhooks-lookup/{webhook_lookup_id} — Show webhook lookup detailswebhooks_event_types_list— GET /v1/notifications/webhooks-event-types — List available events
Inputs
clientId/clientSecret— your paypal-notifications-webhooks-v1 OAuth app credentialsscope— OAuth scopes (optional; defaults from the spec)operation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: webhooks_list
clientId: <your client id>
clientSecret: <your client secret>