{ "opencollection": "1.0.0", "info": { "name": "Xiaomi Galaxy FDS Access Control Authentication API", "version": "1.0.0" }, "items": [ { "info": { "name": "Authentication", "type": "folder" }, "items": [ { "info": { "name": "Verify User Password", "type": "http" }, "http": { "method": "GET", "url": "https://cnbj0.fds.api.xiaomi.com/checkPassword", "params": [ { "name": "clientId", "value": "", "type": "query", "description": "The allocated application client ID." }, { "name": "xmUserId", "value": "", "type": "query", "description": "The Xiaomi user ID to verify." }, { "name": "callback", "value": "", "type": "query", "description": "HTTPS callback URL for receiving the verification result." } ] }, "docs": "Triggers a password verification flow for the specified Xiaomi user. Sends a callback to the provided HTTPS URL with the verification result and authorization code." } ] } ], "bundled": true }