{ "opencollection": "1.0.0", "info": { "name": "Column Account Numbers Entities API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Entities", "type": "folder" }, "items": [ { "info": { "name": "Create a person entity", "type": "http" }, "http": { "method": "POST", "url": "https://api.column.com/entities/person", "body": { "type": "json", "data": "{}" } }, "docs": "Create a person entity" }, { "info": { "name": "Create a business entity", "type": "http" }, "http": { "method": "POST", "url": "https://api.column.com/entities/business", "body": { "type": "json", "data": "{}" } }, "docs": "Create a business entity" }, { "info": { "name": "List all entities", "type": "http" }, "http": { "method": "GET", "url": "https://api.column.com/entities", "params": [ { "name": "limit", "value": "", "type": "query" } ] }, "docs": "List all entities" }, { "info": { "name": "Retrieve an entity", "type": "http" }, "http": { "method": "GET", "url": "https://api.column.com/entities/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Retrieve an entity" }, { "info": { "name": "Update an entity", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.column.com/entities/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update an entity" }, { "info": { "name": "Delete an entity", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.column.com/entities/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Delete an entity" } ] } ], "bundled": true }