This API is used to identify if the user is registered or not.
GET {API_URL}/client/check-account-status-by-client
GET
{API_URL}/client/check-account-status-by-client
Auth required: YES
Please pass your API key as the username and API secret as the password as Basic Auth to access the endpoint
phone
String
phone number of the user
countryCode
contryCode of phone No.
email
email of the user
status
CHURN
You need to pass either phone number or email of the user from which the user has registered.
{ "accountExists": false }
Last updated 11 months ago