{ "opencollection": "1.0.0", "info": { "name": "Lichess.org API reference Account Messaging API", "version": "2.0.144" }, "items": [ { "info": { "name": "Messaging", "type": "folder" }, "items": [ { "info": { "name": "Send a private message", "type": "http" }, "http": { "method": "POST", "url": "https://lichess.org/inbox/:username", "params": [ { "name": "username", "value": "", "type": "path" } ], "body": { "type": "form-urlencoded", "data": [ { "name": "text", "value": "" } ] }, "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://lichess.org/oauth", "accessTokenUrl": "https://lichess.org/api/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Send a private message to another player.\n" } ] } ], "bundled": true }