X Lead Main
  1. FUNNEL PAGE USER
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. FUNNEL PAGE USER

Get User List

GET
https://api.main.xleadfunnel.com/v1/funnel-page-users/get-user-list
To get all users who have filled in a form (a particular page of a funnel) to join a campaign, it is by batches in terms of page number, sorted by time created.

Request

Query Params

Responses

🟢200Success
application/json
Body

Example
{
    "rc": 100,
    "rm": "OK",
    "users": [
        {
            "user_id": "6585fc9c2a7c2496c72bx28f",
            "name": "Peter Chan",
            "email": "peter.chan@gmail.com",
            "country_code": "852",
            "mobile": "98765432",
            "gender": "M",
            "status": "IMP",
            "created": "2023-10-19"
        },
        {
            "user_id": "6585sc9c2b7c2g96c72bv28f",
            "name": "Mary Chan",
            "email": "mary.chan@gmail.com",
            "country_code": "852",
            "mobile": "98765433",
            "gender": "F",
            "status": "IMP",
            "created": "2023-10-19"
        }
    ]
}
Modified at 2024-04-04 04:31:53
Previous
Delete User
Next
Get User (Coming Soon)
Built with