We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
This doc is to define the RESTFul API of V1 x-bit
Register
POST https://hostname/rest/settings/register { "username": xxx, "password": xxx, "phonenumber": xxx }
Login:
GET https://hostname/rest/settings/login { "username": xxx, "password": xxx }
List user Info:
GET https://hostname/rest/settings/user/<id> { "username": xxx, "userKeys": [ "key1", "key2", ... ] }
Update User Info
PUT https://hostname/rest/settings/user/<id> { "password": xxx, "userKeys": [ "key1", "key2", ... ] }