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/plans/string/entitlements/string"{ "feature_code": "seats", "name": "Number of seats", "description": "Number of users of the account", "feature_privileges": [ { "code": "max", "name": "Maximum", "value_type": "INTEGER", "value": 10 }, { "code": "max_admins", "name": "Max Admins", "value_type": "INTEGER", "value": 5 }, { "code": "root", "name": "Allow root user", "value_type": "BOOLEAN", "value": true }, { "code": "provider", "name": "SSO Provider", "value_type": "SELECT", "value": "google", "config": { "select_options": [ "google", "okta" ] } } ]}