GET
/
channel
/
check-phone-number
curl --request GET \
  --url https://api.crunchz.app/api/channel/check-phone-number \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "message": "<string>",
  "data": {
    "is_exists": true,
    "contact_id": true
  }
}

Authorizations

Authorization
string
header
required

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

Query Parameters

phone
number
required

The phone number to check.

Response

200
application/json

CheckPhoneResource

The response is of type object.