{ "opencollection": "1.0.0", "info": { "name": "Netlify Netlify's API documentation accessToken Submission API", "version": "2.33.1" }, "request": { "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://app.netlify.com/authorize", "credentials": { "clientId": "{{clientId}}" } } }, "items": [ { "info": { "name": "Submission", "type": "folder" }, "items": [ { "info": { "name": "listSiteSubmissions", "type": "http" }, "http": { "method": "GET", "url": "https://api.netlify.com/api/v1/sites/:site_id/submissions", "params": [ { "name": "site_id", "value": "", "type": "path" }, { "name": "page", "value": "", "type": "query" }, { "name": "per_page", "value": "", "type": "query" } ] } }, { "info": { "name": "listFormSubmissions", "type": "http" }, "http": { "method": "GET", "url": "https://api.netlify.com/api/v1/forms/:form_id/submissions", "params": [ { "name": "form_id", "value": "", "type": "path" }, { "name": "page", "value": "", "type": "query" }, { "name": "per_page", "value": "", "type": "query" } ] } }, { "info": { "name": "listFormSubmission", "type": "http" }, "http": { "method": "GET", "url": "https://api.netlify.com/api/v1/submissions/:submission_id", "params": [ { "name": "submission_id", "value": "", "type": "path" }, { "name": "query", "value": "", "type": "query" }, { "name": "page", "value": "", "type": "query" }, { "name": "per_page", "value": "", "type": "query" } ] } }, { "info": { "name": "deleteSubmission", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.netlify.com/api/v1/submissions/:submission_id", "params": [ { "name": "submission_id", "value": "", "type": "path" } ] } } ] } ], "bundled": true }