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/subscriptionsapplication/json
TypeScript Definitions
Use the request body type in TypeScript.
bodyarray<patch_request>Optionalapplication/json
curl -X PATCH "https://example.com/billing-plans/string" \ -H "Content-Type: application/json" \ -d '[ { "op": "replace", "path": "/", "value": { "state": "ACTIVE" } } ]'