{ "opencollection": "1.0.0", "info": { "name": "Velt Data (REST) Auth Users API", "version": "2.0" }, "request": { "auth": { "type": "apikey", "key": "x-velt-api-key", "value": "{{x-velt-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Users", "type": "folder" }, "items": [ { "info": { "name": "Add users", "type": "http" }, "http": { "method": "POST", "url": "https://api.velt.dev/v2/users/add", "body": { "type": "json", "data": "{}" } }, "docs": "Add users" }, { "info": { "name": "Get users", "type": "http" }, "http": { "method": "POST", "url": "https://api.velt.dev/v2/users/get", "body": { "type": "json", "data": "{}" } }, "docs": "Get users" }, { "info": { "name": "Update users", "type": "http" }, "http": { "method": "POST", "url": "https://api.velt.dev/v2/users/update", "body": { "type": "json", "data": "{}" } }, "docs": "Update users" }, { "info": { "name": "Delete users", "type": "http" }, "http": { "method": "POST", "url": "https://api.velt.dev/v2/users/delete", "body": { "type": "json", "data": "{}" } }, "docs": "Delete users" }, { "info": { "name": "Add user groups", "type": "http" }, "http": { "method": "POST", "url": "https://api.velt.dev/v2/user-groups/add", "body": { "type": "json", "data": "{}" } }, "docs": "Add user groups" }, { "info": { "name": "Add users to groups", "type": "http" }, "http": { "method": "POST", "url": "https://api.velt.dev/v2/user-groups/users/add", "body": { "type": "json", "data": "{}" } }, "docs": "Add users to groups" } ] } ], "bundled": true }