1. Whatsapp
Ant CRM API
  • Leads
    • Create Lead
      POST
    • Get Leads
      GET
  • Users
    • Get users
      GET
    • Get user details
      GET
  • Whatsapp
    • Send message
      • Template message
      • Text message
      • Media message
    • Get messages
      GET
  1. Whatsapp

Get messages

GET
/api/v1/whatsapp/messages/

Request

Authorization
Send your HTTP requests with an
Authorization
header that contains the word Basic followed by a space and a base64-encoded string username:password
Example:
Authorization: Basic *****************
Query Params

Body Params multipart/form-dataRequired

Responses

🟢200Success
application/json
Bodyapplication/json

Request Request Example
Shell
JavaScript
Java
Swift
curl --location 'https://api.antcrm.co/api/v1/whatsapp/messages/?client=2f8276bc-6331-481c-9bc5-47b82a0bf418&lead=b96f6821-f526-45e1-8025-1ac2f2d1406&phone_number=919876543210&page=undefined&limit=undefined' \
--header 'Authorization: Basic <encoded-value>'
Response Response Example
{}
Modified at 2026-03-15 16:54:03
Previous
Media message
Built with