{ "opencollection": "1.0.0", "info": { "name": "Api Documentation Accounts Entity (V1) API", "version": "1.0" }, "items": [ { "info": { "name": "Entity (V1)", "type": "folder" }, "items": [ { "info": { "name": "Get list of Entities", "type": "http" }, "http": { "method": "GET", "url": "https://service.chromeriver.com/v1/entities", "headers": [ { "name": "chain-id", "value": "" }, { "name": "customer-code", "value": "" }, { "name": "x-api-key", "value": "" } ] }, "docs": "This web service allows an external application to get a list of active entities. This endpoint does not provide filtering by entity code, type code, or status. If filtering is necessary, use GET v2/entities." }, { "info": { "name": "Create/Update Entities", "type": "http" }, "http": { "method": "POST", "url": "https://service.chromeriver.com/v1/entities", "headers": [ { "name": "chain-id", "value": "" }, { "name": "customer-code", "value": "" }, { "name": "x-api-key", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "This web service allows an external application to create or update a list of entities." }, { "info": { "name": "Delete Entities", "type": "http" }, "http": { "method": "DELETE", "url": "https://service.chromeriver.com/v1/entities", "headers": [ { "name": "chain-id", "value": "" }, { "name": "customer-code", "value": "" }, { "name": "x-api-key", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "This web service allows an external application to delete a list of entities." } ] } ], "bundled": true }