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.
To add a user in the system, a simple registration form token is used. Goes POST with the diagram from the body (FromBody).
{ "Email": "Email@mail.ru", "Password": "!secret" }
To add an account you need to send a request to:
http://chatqq.ru/api/auth/registration
Wiki
WebApi