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
readwriteapplication/json
application/json
application/json
curl -X GET "https://example.com/taxes"{ "taxes": [ { "id": "1a901a90-1a90-1a90-1a90-1a901a901a90", "name": "Standard VAT", "code": "standard_vat", "description": "Standard Value Added Tax", "rate": "20.00", "created_at": "2023-07-06T14:35:58Z" }, { "id": "2b902b90-2b90-2b90-2b90-2b902b902b90", "name": "Reduced VAT", "code": "reduced_vat", "description": "Reduced Value Added Tax", "rate": "5.00", "created_at": "2023-07-06T14:45:23Z" } ], "meta": { "total_count": 2, "total_pages": 1, "current_page": 1 }}