-
Notifications
You must be signed in to change notification settings - Fork 0
Authentication API
atsanan edited this page Mar 27, 2019
·
1 revision
POST api/user_informations/API_Login
| 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 |
{
"data": {
"idPlayer": "PLYI20190312_000001",
"idUser": "UID20190312_000001",
"userType": "guest",
"userId": "5c877dfd183bf83c5471689f",
"idToken": "hUHGzsMCXlwPHwDBy0cdLeF2jt75ODMsX5u9kihCa1KBbDwNAsTUCGAidQkkkq06"
}
}