Retrieve a WhatsApp contact by UUID or phone number.
cURL
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" } }
Contact UUID or WhatsApp phone number
Contact retrieved
Show child attributes
Was this page helpful?