get https://api-staging.pluralonline.com/api/v1/customer/fetch/mobile_no?country_code=91&mobile_no=8760944447/?customer_token=SnbrJdOi9JcuPCiPTSDrtA==
Use the below endpoint to Fetch customers with Mobile numbers.
Request Parameters:
Attribute | Type | Details |
---|---|---|
country_code* | string (Length = 10 Characters) | vaild country code. |
mobile_no* | string (Length = 20 Characters) | valid user mobile number |
Request Query Param:
country_code=91&mobile_no=9791121672
Response Payload:
{
"country_code": "91",
"mobile_no": "9791121672",
"status": "INACTIVE",
"customer_token": "TsLrJUk0oqAwoqpKSYBflQ=="
}
{
"error_code": "16250",
"error_message": "INVALID_CUSTOMER_TOKEN"
}
{
"error_code": "16050",
"error_message": "CUSTOMER_NOT_FOUND"
}
{
"error_code": "16010",
"error_message": "Oops, something went wrong!"
}