{ "opencollection": "1.0.0", "info": { "name": "Increase Account Numbers Entity Supplemental Documents API", "version": "0.0.1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Entity Supplemental Documents", "type": "folder" }, "items": [ { "info": { "name": "List Entity Supplemental Document Submissions", "type": "http" }, "http": { "method": "GET", "url": "https://api.increase.com/entity_supplemental_documents", "params": [ { "name": "cursor", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" }, { "name": "entity_id", "value": "entity_n8y8tnk2p9339ti393yi", "type": "query" }, { "name": "idempotency_key", "value": "", "type": "query" } ] }, "docs": "List Entity Supplemental Document Submissions" }, { "info": { "name": "Create a supplemental document for an Entity", "type": "http" }, "http": { "method": "POST", "url": "https://api.increase.com/entity_supplemental_documents", "body": { "type": "json", "data": "{}" } }, "docs": "Create a supplemental document for an Entity" } ] } ], "bundled": true }