Contact verify
Headers
Name
Type
Description
Request:
{"contacts":["9421386642","9225841281"]}
Response:
{
"success": true,
"msg": "contact",
"data": {
"contacts": [
{
"phone": 9421386642,
"is_customer": false,
"registration_completed": false,
"customer_id": null,
"participant_id": null
},
{
"phone": 9225841281,
"is_customer": false,
"registration_completed": false,
"customer_id": null,
"participant_id": null
}
]
}
}Last updated