X Lead Main
  1. ACCOUNT
X Lead Main
  • Overview
  • API Key Integration
  • ACCOUNT
    • Get Account
      GET
  • ACCOUNT USER
    • Get User List
      GET
    • Get User
      GET
    • Get User ID
      POST
    • Create User
      POST
    • Update User
      POST
    • Delete User
      DELETE
  • FUNNEL PAGE USER
    • Get User List
      GET
    • Get User (Coming Soon)
      GET
    • Create User
      POST
  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
Body

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 2024-04-04 04:31:20
Previous
API Key Integration
Next
Get User List
Built with