Skip to main content
GET
Check If User Exists By Phone

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

phone
string
required

User phone number. Phone number in E.164 format.

Response

200 - application/json

Phone existence result

exists
boolean

Whether a user with the phone exists.

phone
string

The phone number checked.