{ "opencollection": "1.0.0", "info": { "name": "HeyForm Auth Submissions API", "version": "1.0.0" }, "items": [ { "info": { "name": "Submissions", "type": "folder" }, "items": [ { "info": { "name": "Export form submissions as CSV", "type": "http" }, "http": { "method": "GET", "url": "https://api.heyform.net/api/export/submissions", "params": [ { "name": "formId", "value": "abc123xyz", "type": "query", "description": "The unique identifier of the form whose submissions to export." } ], "auth": { "type": "apikey", "key": "heyform_sid", "value": "{{heyform_sid}}", "placement": "query" } }, "docs": "Downloads all submissions for a given form as a CSV file. Requires authentication and the caller must own or have access to the specified form." } ] } ], "bundled": true }