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/subscriptionspageintegerOptionalapplication/json
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/v1/catalogs/products" \ -H "Content-Type: string"{ "products": [ { "id": "string", "name": "string", "description": "string", "create_time": "stringstringstringst", "links": [ { "href": "string", "rel": "string", "method": "GET" } ] } ], "total_items": 0, "total_pages": 0, "links": [ { "href": "string", "rel": "string", "method": "GET" } ]}