Skip to content

Authentication API

atsanan edited this page Mar 27, 2019 · 1 revision

[x] 1.1 API_Login

POST api/user_informations/API_Login

Json:

Field Description Optional
idAuthen Your google ID,Your facebook ID or Your Drivice Id in guest No
imeiCode Your Drivice Id No
userType guest,google and facebok No

Returns:

{
  "data": {
    "idPlayer": "PLYI20190312_000001",
    "idUser": "UID20190312_000001",
    "userType": "guest",
    "userId": "5c877dfd183bf83c5471689f",
    "idToken": "hUHGzsMCXlwPHwDBy0cdLeF2jt75ODMsX5u9kihCa1KBbDwNAsTUCGAidQkkkq06"
  }
}

Clone this wiki locally