{ "opencollection": "1.0.0", "info": { "name": "Paypal Subscriptions Authorizations Search-Invoices API", "version": "1.6" }, "items": [ { "info": { "name": "Search-Invoices", "type": "folder" }, "items": [ { "info": { "name": "Paypal Search for invoices", "type": "http" }, "http": { "method": "POST", "url": "https://api-m.sandbox.paypal.com/v2/invoicing/search-invoices", "params": [ { "name": "page", "value": "", "type": "query", "description": "The page number to be retrieved, for the list of templates. So, a combination of `page=1` and `page_size=20` returns the first 20 templates. A combination of `page=2` and `page_size=20` returns the next 20 templates." }, { "name": "page_size", "value": "", "type": "query", "description": "The maximum number of templates to return in the response." }, { "name": "total_required", "value": "", "type": "query", "description": "Indicates whether the to show total_pages and total_items in the response." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/v1/oauth2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Searches for and lists invoices that match search criteria. If you pass multiple criteria, the response lists invoices that match all criteria." } ] } ], "bundled": true }