{ "opencollection": "1.0.0", "info": { "name": "ready2order Public Account Token User API", "version": "R2-2026.30.2" }, "items": [ { "info": { "name": "User", "type": "folder" }, "items": [ { "info": { "name": "List all Users", "type": "http" }, "http": { "method": "GET", "url": "https://api.ready2order.com/v1/users", "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 Users" }, { "info": { "name": "Create a new User", "type": "http" }, "http": { "method": "POST", "url": "https://api.ready2order.com/v1/users", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a new User" }, { "info": { "name": "Find User by Id", "type": "http" }, "http": { "method": "GET", "url": "https://api.ready2order.com/v1/users/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "User ID to find" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Find User by Id" }, { "info": { "name": "Update User by Id", "type": "http" }, "http": { "method": "PUT", "url": "https://api.ready2order.com/v1/users/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "User ID to update" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update User by Id" }, { "info": { "name": "Update Password By Id", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.ready2order.com/v1/users/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "User ID to update password" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update Password By Id" }, { "info": { "name": "Delete User by Id", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.ready2order.com/v1/users/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "User ID to delete" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Delete User by Id" }, { "info": { "name": "Get Sign In Token", "type": "http" }, "http": { "method": "GET", "url": "https://api.ready2order.com/v1/users/:id/signInToken", "params": [ { "name": "id", "value": "", "type": "path", "description": "User ID to generate token" }, { "name": "expiresIn", "value": "", "type": "query", "description": "Life-time of token (seconds)" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get Sign In Token" } ] } ], "bundled": true }