Customer
Get customer details
Get details of customer along with custom fields
get/customer/details
Query parameters
phoneNumberstring
wabaNumberstring
WhatsApp Business Account number. When provided, the response will include tags associated with the customer for this WABA.
customerIdstring
Response
Information about the customer
Example response
{
"customer": {
"id": "customer_xxx",
"name": "customername1",
"phone": "+919999999999",
"tags": [
"tag1",
"tag2"
]
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.