{ "opencollection": "1.0.0", "info": { "name": "Logto API references Account center Well-known API", "version": "Cloud" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/oidc/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Well-known", "type": "folder" }, "items": [ { "info": { "name": "Get full sign-in experience", "type": "http" }, "http": { "method": "GET", "url": "https://[tenant_id].logto.app/api/.well-known/sign-in-exp", "params": [ { "name": "organizationId", "value": "", "type": "query" }, { "name": "appId", "value": "", "type": "query" } ] }, "docs": "Get the full sign-in experience configuration." }, { "info": { "name": "Get localized phrases", "type": "http" }, "http": { "method": "GET", "url": "https://[tenant_id].logto.app/api/.well-known/phrases", "params": [ { "name": "lng", "value": "", "type": "query", "description": "The language tag for localization." } ] }, "docs": "Get localized phrases based on the specified language." }, { "info": { "name": "Get full sign-in experience", "type": "http" }, "http": { "method": "GET", "url": "https://[tenant_id].logto.app/api/.well-known/experience", "params": [ { "name": "organizationId", "value": "", "type": "query" }, { "name": "appId", "value": "", "type": "query" } ] }, "docs": "Get the full sign-in experience configuration." }, { "info": { "name": "Get default account center", "type": "http" }, "http": { "method": "GET", "url": "https://[tenant_id].logto.app/api/.well-known/account-center" }, "docs": "Get the default account center configuration." }, { "info": { "name": "Get Management API swagger JSON", "type": "http" }, "http": { "method": "GET", "url": "https://[tenant_id].logto.app/api/.well-known/management.openapi.json" }, "docs": "The endpoint for the Management API JSON document. The JSON conforms to the [OpenAPI v3.0.1](https://spec.openapis.org/oas/v3.0.1) (a.k.a. Swagger) specification." }, { "info": { "name": "Get Experience API swagger JSON", "type": "http" }, "http": { "method": "GET", "url": "https://[tenant_id].logto.app/api/.well-known/experience.openapi.json" }, "docs": "The endpoint for the Experience API JSON document. The JSON conforms to the [OpenAPI v3.0.1](https://spec.openapis.org/oas/v3.0.1) (a.k.a. Swagger) specification." }, { "info": { "name": "Get User API swagger JSON", "type": "http" }, "http": { "method": "GET", "url": "https://[tenant_id].logto.app/api/.well-known/user.openapi.json" }, "docs": "The endpoint for the User API JSON document. The JSON conforms to the [OpenAPI v3.0.1](https://spec.openapis.org/oas/v3.0.1) (a.k.a. Swagger) specification." } ] } ], "bundled": true }