GET
/
channel
/
check-phone-number
cURL
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
string
required

The phone number to check.

Response

CheckPhoneResource

success
boolean
required

The success status of response.

message
string
required

The message of response.

data
object
required