{ "opencollection": "1.0.0", "info": { "name": "ready2order Public Account Token Customer API", "version": "R2-2026.30.2" }, "items": [ { "info": { "name": "Customer", "type": "folder" }, "items": [ { "info": { "name": "List all Customers", "type": "http" }, "http": { "method": "GET", "url": "https://api.ready2order.com/v1/customers", "params": [ { "name": "page", "value": "", "type": "query", "description": "Page you want to display" }, { "name": "limit", "value": "", "type": "query", "description": "Items per page" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "List all Customers" }, { "info": { "name": "Create a new Customer", "type": "http" }, "http": { "method": "POST", "url": "https://api.ready2order.com/v1/customers", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a new Customer" }, { "info": { "name": "Find Customer by Id", "type": "http" }, "http": { "method": "GET", "url": "https://api.ready2order.com/v1/customers/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Customer ID to find" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Find Customer by Id" }, { "info": { "name": "Update Customer by Id", "type": "http" }, "http": { "method": "PUT", "url": "https://api.ready2order.com/v1/customers/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Customer ID to update" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update Customer by Id" }, { "info": { "name": "Delete Customer by Id", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.ready2order.com/v1/customers/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Customer ID to delete" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Delete Customer by Id" }, { "info": { "name": "Merge Customers", "type": "http" }, "http": { "method": "POST", "url": "https://api.ready2order.com/v1/customers/merge", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Merge Customers" } ] } ], "bundled": true }