Skip to main content
GET
Get basic contact information

Description

This endpoint allows getting basic information of contacts on WhatsApp. You can search for a specific contact by providing the JID or list multiple contacts using pagination.

Query Parameters

sessionId
string
required
Authenticated session ID
jid
string
Contact identifier (WhatsApp JID). If provided, returns only the specific contact. Format: 5511999999999@s.whatsapp.net
limit
number
default:"100"
Limit of contacts returned (default: 100)
offset
number
default:"0"
Offset for pagination (default: 0)

Status Codes

  • 200 - Contacts returned successfully
  • 400 - Invalid parameters
  • 401 - Unauthorized session
  • 404 - Session not found

Usage Example

Authorizations

apikey
string
header
required

Your Wappfy API key (get it at dash.wappfy.com.br)

Query Parameters

contactId
string
required

Response

200 - undefined