---
title: "Get chat messages for a customer of WABA number"
method: GET
path: "/chat-messages"
tags: ["Chat Messages"]
---

# Get chat messages for a customer of WABA number

`GET /chat-messages`

Retrieve chat messages sent by the specified WhatsApp Business Account (WABA) number, with optional date filtering.

## Query parameters

- `wabaNumber` string, required
- `customerNumber` string, required
- `startDate` string
- `endDate` string

## Response `200`

Success

- object
  - `success` boolean
  - `messages` object[]
    - `messageId` string
    - `sender` string
    - `recipient` string
    - `message` string
    - `mediaUrl` string
    - `timestamp` string, date-time
    - `status` string

## Other responses

- `400` — Incorrect payload
- `401` — Unauthorized

---

[API](https://skmtc.net/doubletick/apis/doubletick-public-apis.md) · [All operations](https://skmtc.net/doubletick/apis/doubletick-public-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/doubletick/doubletick-public-apis/versions/bba484527d34/schema)
