{ "opencollection": "1.0.0", "info": { "name": "Paypal Subscriptions Authorizations Web-Profiles API", "version": "1.6" }, "items": [ { "info": { "name": "Web-Profiles", "type": "folder" }, "items": [ { "info": { "name": "Paypal List web experience profiles", "type": "http" }, "http": { "method": "GET", "url": "https://api-m.sandbox.paypal.com/v1/payment-experience/web-profiles", "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/v1/oauth2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Lists the latest 20 web experience profiles for a merchant or subject. To show details for these or additional profiles, you can show web experience profile details by ID." }, { "info": { "name": "Paypal Create web experience profile", "type": "http" }, "http": { "method": "POST", "url": "https://api-m.sandbox.paypal.com/v1/payment-experience/web-profiles", "headers": [ { "name": "PayPal-Request-Id", "value": "" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/v1/oauth2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Creates a web experience profile. In the JSON request body, specify the profile name and details." }, { "info": { "name": "Paypal Show web experience profile details by ID", "type": "http" }, "http": { "method": "GET", "url": "https://api-m.sandbox.paypal.com/v1/payment-experience/web-profiles/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The ID of the profile to delete." } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/v1/oauth2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Shows details for a web experience profile, by ID." }, { "info": { "name": "Paypal Update web experience profile", "type": "http" }, "http": { "method": "PUT", "url": "https://api-m.sandbox.paypal.com/v1/payment-experience/web-profiles/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The ID of the profile to delete." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/v1/oauth2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Updates a web experience profile, by ID. In the JSON request body, specify the profile details. If your request omits any profile parameters, any previously set values for those parameters are removed." }, { "info": { "name": "Paypal Partially update web experience profile", "type": "http" }, "http": { "method": "PATCH", "url": "https://api-m.sandbox.paypal.com/v1/payment-experience/web-profiles/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The ID of the profile to delete." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/v1/oauth2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Partially-updates a web experience profile, by ID. In the JSON request body, specify a patch object, the path of the profile location to update, and a new value." }, { "info": { "name": "Paypal Delete web experience profile", "type": "http" }, "http": { "method": "DELETE", "url": "https://api-m.sandbox.paypal.com/v1/payment-experience/web-profiles/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The ID of the profile to delete." } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/v1/oauth2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Deletes a web experience profile, by ID." } ] } ], "bundled": true }