v1
latestSwagger 2.02026-07-13301635.0 KBauth
Registers a new account
post/auth/register
Request body
Example request
{
"login": "john@jjf.com",
"password": "8yfqwiuy@!$",
"fname": "John",
"lname": "Smith"
}Response
successful registration
Example response
{
"status": "OK",
"user_id": 979877
}