{ "opencollection": "1.0.0", "info": { "name": "Nakama Account API", "version": "2.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Account", "type": "folder" }, "items": [ { "info": { "name": "Fetch the current user's account.", "type": "http" }, "http": { "method": "GET", "url": "http://127.0.0.1:7350/v2/account" }, "docs": "Fetch the current user's account." }, { "info": { "name": "Update fields in the current user's account.", "type": "http" }, "http": { "method": "PUT", "url": "http://127.0.0.1:7350/v2/account", "body": { "type": "json", "data": "{}" } }, "docs": "Update fields in the current user's account." }, { "info": { "name": "Delete the current user's account.", "type": "http" }, "http": { "method": "DELETE", "url": "http://127.0.0.1:7350/v2/account" }, "docs": "Delete the current user's account." }, { "info": { "name": "Add a device id to the social profiles on the current user's account.", "type": "http" }, "http": { "method": "POST", "url": "http://127.0.0.1:7350/v2/account/link/device", "body": { "type": "json", "data": "{}" } }, "docs": "Add a device id to the social profiles on the current user's account." }, { "info": { "name": "Remove a device id from the social profiles on the current user's account.", "type": "http" }, "http": { "method": "POST", "url": "http://127.0.0.1:7350/v2/account/unlink/device", "body": { "type": "json", "data": "{}" } }, "docs": "Remove a device id from the social profiles on the current user's account." }, { "info": { "name": "Fetch zero or more users by id, username, and/or Facebook id.", "type": "http" }, "http": { "method": "GET", "url": "http://127.0.0.1:7350/v2/user", "params": [ { "name": "ids", "value": "", "type": "query", "description": "The account ids of the users." }, { "name": "usernames", "value": "", "type": "query", "description": "The account usernames." }, { "name": "facebook_ids", "value": "", "type": "query", "description": "The Facebook ids of the users." } ] }, "docs": "Fetch zero or more users by id, username, and/or Facebook id." } ] } ], "bundled": true }