Paypal Customer Partner Referrals V2
Connector for the paypal-customer-partner-referrals-v2 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
partner_referrals_read— GET /v2/customer/partner-referrals/{partner_referral_id} — Show referral datapartner_referrals_create— POST /v2/customer/partner-referrals — Create partner referral
Inputs
clientId/clientSecret— your paypal-customer-partner-referrals-v2 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: partner_referrals_read
clientId: <your client id>
clientSecret: <your client secret>