v1

latestOpenAPI 3.0.02026-07-2483164186.3 KB
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"
    ]
  }
}