{ "opencollection": "1.0.0", "info": { "name": "Amigo Account External Role Assignments API", "version": "0.1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "External Role Assignments", "type": "folder" }, "items": [ { "info": { "name": "List External Role Assignments", "type": "http" }, "http": { "method": "GET", "url": "https://api.amigo.ai/v1/:workspace_id/external-role-assignments", "params": [ { "name": "workspace_id", "value": "", "type": "path" }, { "name": "sort_by", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" }, { "name": "continuation_token", "value": "", "type": "query" } ] }, "docs": "List External Role Assignments" }, { "info": { "name": "Upsert External Role Assignment", "type": "http" }, "http": { "method": "PUT", "url": "https://api.amigo.ai/v1/:workspace_id/external-role-assignments", "params": [ { "name": "workspace_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Upsert External Role Assignment" }, { "info": { "name": "Get External Role Assignment", "type": "http" }, "http": { "method": "GET", "url": "https://api.amigo.ai/v1/:workspace_id/external-role-assignments/:assignment_id", "params": [ { "name": "workspace_id", "value": "", "type": "path" }, { "name": "assignment_id", "value": "", "type": "path" } ] }, "docs": "Get External Role Assignment" }, { "info": { "name": "Delete External Role Assignment", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.amigo.ai/v1/:workspace_id/external-role-assignments/:assignment_id", "params": [ { "name": "workspace_id", "value": "", "type": "path" }, { "name": "assignment_id", "value": "", "type": "path" } ] }, "docs": "Delete External Role Assignment" } ] } ], "bundled": true }