{ "opencollection": "1.0.0", "info": { "name": "Instapage Form Submissions API", "version": "1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Form Submissions", "type": "folder" }, "items": [ { "info": { "name": "Retrieve form submissions", "type": "http" }, "http": { "method": "POST", "url": "https://api.instapage.com/v1/workspaces/:workspaceId/submissions", "params": [ { "name": "workspaceId", "value": "", "type": "path", "description": "The ID of the workspace." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Fetch form submission data from specified pages, with optional filtering by time range. Capped at 100 submissions per page; use nextPageToken to page through results." }, { "info": { "name": "Delete form submissions", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.instapage.com/v1/workspaces/:workspaceId/submissions", "params": [ { "name": "workspaceId", "value": "", "type": "path", "description": "The ID of the workspace." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Permanently delete form submissions from specified pages. Between 1 and 100 submission IDs per request. Deletion is irreversible." } ] } ], "bundled": true }