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