Contact verify
POST
https://staging.billeasy.in/api/customers/contacts-verify
Headers
Name
Type
Description
Content-Type
string
x-customer-number
string
x-customer-token
string
x-api-access
string
x-api-secret
string
Authentication token to track down who is emptying our stocks.
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
Was this helpful?