{ "opencollection": "1.0.0", "info": { "name": "Reonic REST Api v3 Activities Signature Requests API", "version": "3.2.0" }, "request": { "auth": { "type": "apikey", "key": "X-Authorization", "value": "{{X-Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Signature Requests", "type": "folder" }, "items": [ { "info": { "name": "List residential projects signature requests", "type": "http" }, "http": { "method": "GET", "url": "{apiBaseUrl}/rest/v3/residentialProjects/:projectId/signatureRequests", "headers": [ { "name": "Reonic-Cache-Control", "value": "" } ], "params": [ { "name": "projectId", "value": "", "type": "path" } ] }, "docs": "List all signature requests of a residential project, each including the offer PDF for every variant/payment option sent for signing. Signature requests are created once the project reaches the offer stage and its offer is sent out for signature.\n\n**Allowed API keys:** Read-only, Read and Write" } ] } ], "bundled": true }