Phone Number Exist
This returns True if customer's phone number exist
Overview
To check if a particular customer's phone number exist, you first build the complete check customer phone number exist endpoint by passing version number, authToken and phoneNumber to the URL path.
Then you make a get request to the complete the phoneNumberExist endpoint
If the request is successful, it returns a status code of 200 with True as the response.
You can check out API reference to PhoneNumberExist
Updated over 1 year ago