Event Type: lookup
account
[* Object Account]: Account Informationaccount_id
[* String]: Account IDregister_time
[* String]: Time of Registration, ISO 8601, format YYYY-MM-DDTHH:mm:ss.sssZ, example: 2021-10-12T14:20:50.521+07:00login_time
[* String]: Time of Latest Login, ISO 8601, format YYYY-MM-DDTHH:mm:ss.sssZ, example: 2021-10-12T14:25:50.521+07:00phone
[Object Phone]: Account Phone Numbercountry_code
[* Integer]: Country Code, Compliant with ITU E.164 standard, without '+ sign', without prefix 0, example: 86phone_number
[* String]: Phone Number, without '+ sign'
email
[String]: Account Email
{
"account": {
"account_id": "123456789",
"register_time": "2021-10-12T14:20:50.521+07:00",
"login_time": "2021-10-12T14:25:50.521+07:00",
"phone": {
"country_code": 1,
"phone_number": "6165793816"
},
"email": "[email protected]"
}
}