Fetch Customer with Mobile

Use the below endpoint to Fetch customers with Mobile numbers.

Request Parameters:

AttributeTypeDetails
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!"
}
Language
Click Try It! to start a request and see the response here!