Skip to main content

Authenticate User

Returns uid to use in future calls. Careful! All uids not created through web app will expire.

Request Body
login string REQUIRED
password string REQUIRED
Responses
200

OK

Schema
uid string

A user's auth token

user object

A user's data

401

UNAUTHORIZED

Schema
httpCode string

Possible values: [401]

status string

Possible values: [error]

message string

Possible values: [Login data is invalid., Password is incorrect., Your account is not activated. Check your email., Your account is blocked.]