User Registered Or Not

This API is used to identify if the user is registered or not.

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

Query Parameters

Name
Type
Description

phone

String

phone number of the user

countryCode

String

contryCode of phone No.

email

String

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