auth
Logs in to an existing account
post/auth/authorization
Request body
Example request
{
"login": "john@jjf.com",
"password": "8yfqwiuy@!$"
}Response
successful login
Example response
{
"status": "OK",
"user_id": 979877,
"uid": "fhqwfuihuifqwhiuwqfhiqwfh124",
"anet_customer_id": "hfekjh",
"free_cards": 1
}Changes
No recorded changes to this endpoint across all 1 revision of this API.