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"
}Documentation Index
Fetch the complete documentation index at: https://docs.crypto.westminister.tech/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
User phone number. Phone number in E.164 format.