v1

latestOpenAPI 3.1.02026-07-14330101.9 KB

Contact Detail

The Contact Detail endpoint allows users to fetch specific details about a registered contact. This is limited to contacts that are already available through the All Contact endpoint. By passing the appropriate contact ID, users can retrieve in-depth information about a particular contact, such as their name, status, phone number, and possibly additional metadata. This feature is useful in applications where detailed contact profiles are needed, such as customer relationship management (CRM) systems, communication platforms, or automated contact lists. It allows developers to display comprehensive contact information to end-users or other services.

get/contact/info

Query parameters

contact_idstring required

The contact id

Response

200

successboolean
messagestring

Example response

{
  "success": true,
  "message": "OK",
  "data": {
    "id": "628135754172@c.us",
    "name": "RBH",
    "phone_number": "+62 813-5754-1722",
    "verified_name": "RBH"
  }
}