{ "opencollection": "1.0.0", "info": { "name": "Argilla v1 Authentication API", "version": "2.8.0" }, "items": [ { "info": { "name": "Authentication", "type": "folder" }, "items": [ { "info": { "name": "Create Token", "type": "http" }, "http": { "method": "POST", "url": "https://argilla.io/api/v1/token", "body": { "type": "form-urlencoded", "data": [] } }, "docs": "Create Token" }, { "info": { "name": "List Providers", "type": "http" }, "http": { "method": "GET", "url": "https://argilla.io/api/v1/oauth2/providers" }, "docs": "List Providers" }, { "info": { "name": "Get Authentication", "type": "http" }, "http": { "method": "GET", "url": "https://argilla.io/api/v1/oauth2/providers/:provider/authentication", "params": [ { "name": "provider", "value": "", "type": "path" } ] }, "docs": "Get Authentication" }, { "info": { "name": "Get Access Token", "type": "http" }, "http": { "method": "GET", "url": "https://argilla.io/api/v1/oauth2/providers/:provider/access-token", "params": [ { "name": "provider", "value": "", "type": "path" } ] }, "docs": "Get Access Token" } ] } ], "bundled": true }