API Version 2
  • API V2 Overview
  • Category
    • Company
      • Customers
        • Orders
          • Pages
            • Page Templates
              • Products
                • Purchase Orders
                  • SKUs
                    • Support Tickets
                      • Tax Regions
                        • Vendors
                          • Warehouses
                            API Documentation

                            customers/info_login

                            Type Info
                            List Customers
                            URL http://{domain}/api/v2/customers/info_login.json
                            Accepts Filters No
                            Output Attributes
                            No


                            Info Customers Login Data

                            Gets customer login info.
                            Filters
                            Filter the customers into a list.
                            Parameter Type Rules Example
                            id int / array one id or multiple Lead Commerce customer ids
                            1 or array(3,8,9,45)

                            Response

                            Example JSON returned
                            {
                              "code": "200",
                              "data": {
                                "1": [
                                  {
                                    "id": "1",
                                    "display_id": "1000",
                                    "first_name": "Leon",
                                    "last_name": "DeCappuccino",
                                    "username": "[email protected]",
                                    "password": "aw3ehcwf"
                                  }
                                ],
                                "2": [
                                  {
                                    "id": "2",
                                    "display_id": "1001",
                                    "first_name": "Jon",
                                    "last_name": "Smith",
                                    "username": "[email protected]",
                                    "password": "knxdwp34"
                                  }
                                ]
                              }
                            }
                            

                            Start your free, no-risk trial today.