{ "opencollection": "1.0.0", "info": { "name": "PandaDoc REST API Logs Forms API", "version": "7.18.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Forms", "type": "folder" }, "items": [ { "info": { "name": "List Forms", "type": "http" }, "http": { "method": "GET", "url": "https://api.pandadoc.com/public/v1/forms", "params": [ { "name": "count", "value": "", "type": "query", "description": "Number of results to return per page." }, { "name": "page", "value": "", "type": "query", "description": "Page number to retrieve, starting from 1." }, { "name": "name", "value": "", "type": "query", "description": "Filter forms by name substring." }, { "name": "status", "value": "", "type": "query", "description": "Filter forms by status." } ] }, "docs": "Returns a paginated list of forms in the authenticated workspace. Forms are publicly shareable documents that allow recipients to fill and sign without being pre-specified as named recipients." } ] } ], "bundled": true }