curl --request GET \
--url https://crypto.westminister.tech/api/v1/auth/users/check/phone \
--header 'Authorization: Bearer <token>'{
"exists": true,
"phone": "+254727648169"
}Returns true if user exists, false otherwise.
curl --request GET \
--url https://crypto.westminister.tech/api/v1/auth/users/check/phone \
--header 'Authorization: Bearer <token>'{
"exists": true,
"phone": "+254727648169"
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
User phone number. Phone number in E.164 format.