Contacts
Get Contact Profile
Retrieve detailed profile information for a WhatsApp contact.
POST
Overview
You can fetch detailed profile information for any WhatsApp contact, including their status, profile picture, and business profile details if applicable.This endpoint works for both individual contacts and business accounts.
Authentication
This endpoint requires authentication via theapikey header.
string
required
Your Evolution API key for authentication.
Path Parameters
string
required
The name of your WhatsApp instance.
Request Body
string
required
The phone number in international format without the ’+’ sign (e.g., “5511999999999”).
Response
string
WhatsApp ID of the contact.
string
Contact’s display name.
string
Contact’s WhatsApp status/about text.
boolean
Whether this is a business account.
string
URL of the contact’s profile picture.
object
Business profile information (only present for business accounts).
Usage Notes
The contact’s status is their WhatsApp “About” text, which they can customize in their settings.
Business profile information is only available for WhatsApp Business accounts.