{ "opencollection": "1.0.0", "info": { "name": "CertifyOS Forms API" }, "items": [ { "info": { "name": "forms", "type": "folder" }, "items": [ { "info": { "name": "Create a new form submission.", "type": "http" }, "http": { "method": "POST", "url": "https://ng-api-production.certifyos.com/forms/submissions", "headers": [ { "name": "organization-id", "value": "" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Creates a new form submission." }, { "info": { "name": "Get a form submission by ID.", "type": "http" }, "http": { "method": "GET", "url": "https://ng-api-production.certifyos.com/forms/submissions/:id", "headers": [ { "name": "organization-id", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "Form submission ID." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Retrieves a single form submission by its unique ID." } ] } ], "bundled": true }