X Lead Connect
  1. MMS
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
    • Send Message
      POST
  • Account Management
    • Get Points Balance
      GET
    • Get Quota Balance
      GET
  1. MMS

Get Usage Report

GET
https://api.connect.xleadfunnel.com/v1/mms/get-usage-report
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
Body

Example
{
    "rc": 100,
    "rm": "OK",
    "date_from": "2024-01-01",
    "date_to": "2024-01-31",
    "sms_count": "30000",
    "points_used": "5000"
}
Modified at 2025-12-04 09:08:15
Previous
Send Message
Next
Message Delivery Flow
Built with