1. ACCOUNT
X Lead Main
  • Overview
  • API Key Integration
  • ACCOUNT
    • Get Account
      GET
  • ACCOUNT USERS
    • List Users
      GET
    • Get User
      GET
    • Get TA Lists
      GET
    • Get Tags
      GET
    • Query Users
      POST
    • Get User ID
      POST
    • Create User
      POST
    • Update User
      POST
    • Delete User
      DELETE
  • LEAD FORMS
    • Build Form
      • Create
      • Clarify
      • Confirm
    • Edit Form
      • Update
    • List Users
      GET
    • Get User
      GET
  1. ACCOUNT

Get Account

GET
https://api.main.xleadfunnel.com/v1/account
To get detailed information of funnel account.

Request

None

Responses

🟢200Success
application/json
Bodyapplication/json

Example
{
    "rc": 100,
    "rm": "OK",
    "data": [
        {
            "name": "Xlead",
            "plan": "",
            "expiry": "2025-12-31",
            "remaining_edm_quota": 10000,
            "remaining_sms_points": 100.5,
            "remaining_mms_points": 100.2
        }
    ]
}
Modified at 2026-07-18 02:10:42
Previous
API Key Integration
Next
List Users
Built with