{ "opencollection": "1.0.0", "info": { "name": "Argilla v1 Authentication users API", "version": "2.8.0" }, "items": [ { "info": { "name": "users", "type": "folder" }, "items": [ { "info": { "name": "Get Current User", "type": "http" }, "http": { "method": "GET", "url": "https://argilla.io/api/v1/me", "auth": { "type": "apikey", "key": "X-Argilla-Api-Key", "value": "{{X-Argilla-Api-Key}}", "placement": "header" } }, "docs": "Get Current User" }, { "info": { "name": "Get User", "type": "http" }, "http": { "method": "GET", "url": "https://argilla.io/api/v1/users/:user_id", "params": [ { "name": "user_id", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "X-Argilla-Api-Key", "value": "{{X-Argilla-Api-Key}}", "placement": "header" } }, "docs": "Get User" }, { "info": { "name": "Update User", "type": "http" }, "http": { "method": "PATCH", "url": "https://argilla.io/api/v1/users/:user_id", "params": [ { "name": "user_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-Argilla-Api-Key", "value": "{{X-Argilla-Api-Key}}", "placement": "header" } }, "docs": "Update User" }, { "info": { "name": "Delete User", "type": "http" }, "http": { "method": "DELETE", "url": "https://argilla.io/api/v1/users/:user_id", "params": [ { "name": "user_id", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "X-Argilla-Api-Key", "value": "{{X-Argilla-Api-Key}}", "placement": "header" } }, "docs": "Delete User" }, { "info": { "name": "List Users", "type": "http" }, "http": { "method": "GET", "url": "https://argilla.io/api/v1/users", "auth": { "type": "apikey", "key": "X-Argilla-Api-Key", "value": "{{X-Argilla-Api-Key}}", "placement": "header" } }, "docs": "List Users" }, { "info": { "name": "Create User", "type": "http" }, "http": { "method": "POST", "url": "https://argilla.io/api/v1/users", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-Argilla-Api-Key", "value": "{{X-Argilla-Api-Key}}", "placement": "header" } }, "docs": "Create User" }, { "info": { "name": "List User Workspaces", "type": "http" }, "http": { "method": "GET", "url": "https://argilla.io/api/v1/users/:user_id/workspaces", "params": [ { "name": "user_id", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "X-Argilla-Api-Key", "value": "{{X-Argilla-Api-Key}}", "placement": "header" } }, "docs": "List User Workspaces" } ] } ], "bundled": true }