{ "opencollection": "1.0.0", "info": { "name": "Logto API references Account center Systems API", "version": "Cloud" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/oidc/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Systems", "type": "folder" }, "items": [ { "info": { "name": "Get the application constants.", "type": "http" }, "http": { "method": "GET", "url": "https://[tenant_id].logto.app/api/systems/application" }, "docs": "Get the application constants." } ] } ], "bundled": true }