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", "business_scoped_user_id": "US.13491208655302741918", "parent_business_scoped_user_id": "US.ENT.506847293015824", "username": "@testusername", "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" } }
Documentation IndexFetch the complete documentation index at: https://docs.kapso.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.kapso.ai/llms.txt
Use this file to discover all available pages before exploring further.
Contact UUID or WhatsApp phone number
Contact retrieved
Show child attributes
Was this page helpful?