Skip to main content
GET
/
whatsapp
/
contacts
/
{identifier}
Get contact
curl --request GET \
  --url https://api.kapso.ai/platform/v1/whatsapp/contacts/{identifier} \
  --header 'X-API-Key: <api-key>'
{
  "data": {
    "id": "123e4567-e89b-12d3-a456-426614174000",
    "wa_id": "15551234567",
    "profile_name": "John Doe",
    "display_name": "John (VIP)",
    "customer_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "metadata": {},
    "created_at": "2023-11-07T05:31:56Z",
    "updated_at": "2023-11-07T05:31:56Z"
  }
}

Authorizations

X-API-Key
string
header
required

Path Parameters

identifier
string
required

Contact UUID or WhatsApp phone number

Response

Contact retrieved

data
object
required