{ "opencollection": "1.0.0", "info": { "name": "Arthur Scope Agents V1 Upsolve V1 API", "version": "0.1.0" }, "items": [ { "info": { "name": "Upsolve V1", "type": "folder" }, "items": [ { "info": { "name": "Retrieve Jwt For Upsolve Ai Dashboards", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v1/upsolve-ai/tenant/token", "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://platform-auth.arthur.ai/realms/arthur/protocol/openid-connect/auth", "accessTokenUrl": "https://platform-auth.arthur.ai/realms/arthur/protocol/openid-connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Authenticates and authorizes user with Upsolve AI and returns Upsolve JWT." } ] } ], "bundled": true }