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
      GET
    • 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
rc
integer 
required
100 : OK
-100 : No such account
rm
string 
required
Return message in details
data
object 
optional
name
string 
optional
Full name of the company.
plan
string 
optional
Current service plan.
expiry
string 
optional
remaining_edm_quota
integer 
optional
remaining_sms_points
number <double>
optional
remaining_mms_points
number <double>
optional
Examples
{
    "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