{ "opencollection": "1.0.0", "info": { "name": "Nationgraph Accounts Organization API", "version": "0.2.36" }, "items": [ { "info": { "name": "Organization", "type": "folder" }, "items": [ { "info": { "name": "Get Organization Documents", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v3/organizations/:organization_id/documents", "params": [ { "name": "organization_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get Organization Documents" }, { "info": { "name": "Add Documents To Organization", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v3/organizations/:organization_id/documents", "params": [ { "name": "organization_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Add Documents To Organization" }, { "info": { "name": "Delete Organization Documents", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/api/v3/organizations/:organization_id/documents", "params": [ { "name": "organization_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Delete Organization Documents" } ] } ], "bundled": true }