ethAccount


Back to API doc top page.

Click here for a complete list of operations.

SignIn

Log-in a user given credentials and set authentication cookie in HTTP response header.

When login fails for more than a certain number of times, further attempts within 30 minutes from the same IP will be blocked.

POST /ethAccount.asmx/SignIn HTTP/1.1
Host: mytaglist.com
Content-Type: application/json; charset=utf-8
Content-Length: length

{
    "email":string
    "password":string
}
HTTP/1.1 200 OK
Content-Type: application/json; charset=utf-8
Content-Length: length

{
    "d":string
}