1. WhatsApp
X Lead Connect
  • Overview
  • API Key Integration
  • SMS
    • Message Delivery Flow
    • Send Message
      POST
    • Get Usage Report
      GET
  • MMS
    • Message Delivery Flow
    • Send Message
      POST
    • Get Usage Report
      GET
  • eDM
    • Message Delivery Flow
    • Get Campaign List
      GET
    • Send Message
      POST
  • WhatsApp
    • Message Delivery Flow
    • Get Campaign List
      GET
    • Send Message
      POST
  • Account Management
    • Get Points Balance
      GET
    • Get Quota Balance
      GET
  1. WhatsApp

Get Campaign List

GET
https://api.connect.xleadfunnel.com/v1/whatsappget-campaign-list
Use date range to retrieve the usage summary for all messages associated with that search.

Request

Query Params

Body Params application/x-www-form-urlencoded

Responses

🟢200Success
application/json
Bodyapplication/json

Example
{
    "rc": 100,
    "rm": "OK",
    "data": [
        {
            "campaign_id": "6585fc9c2a7c2496c72bx28f",
            "name": "X'mas Special Promotion"
        }
    ]
}
Modified at 2026-07-07 16:00:58
Previous
Message Delivery Flow
Next
Send Message
Built with