user login
POST
/api/user/loginRequest
Body Params application/json
captcha
string
required
captcha_id
string
required
email
string
required
password
string
required
user_tag
string
required
always "ipcola"
Example
{
"user_tag": "ipcola",
"captcha": "23",
"captcha_id": "xxxxxxxxxxx",
"email": "example@email.com",
"password": "mypassword123"
}
Request samples
Responses
user token(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
meta_message
string
required
success or other error msg
meta_status
integer
required
1 for success, negative for error
token
string
required
user token
Example
Not configured
Last modified: 2 years ago