Skip to main content
GET
Get Contact

Basic Usage


Query Parameters

*Provide either phone_number or whatsapp_id — both formats are accepted.

Response

Success (200)

Error: Contact Not Found (404)


Integration Example

Authorizations

Authorization
string
header
required

Bearer token for authentication. Format: Bearer YOUR_BEARER_TOKEN

Query Parameters

phone_number
string

Recipient phone number with country code (use this or whatsapp_id)

whatsapp_id
string

WhatsApp ID (normalized phone number, digits only)

Response

Contact found

success
boolean
Example:

true

contact
object