Skip to main content
GET
/
customers
Error
A valid request URL is required to generate request examples
{
  "data": {
    "allList": [
      {
        "Email": "[email protected]",
        "Phone": "5134140000",
        "create_date": "2024-08-21T16:32:22.000Z",
        "customer_id": "f1070284-5fda-11ef-bae5-0ef0812e6179",
        "first_name": "John",
        "last_name": "Woe"
      },
      {
        "Email": "[email protected]",
        "Phone": "4548591474",
        "create_date": "2024-07-15T16:12:35.000Z",
        "customer_id": "0c5f67e2-42c5-11ef-af4e-0ef0812e6179",
        "first_name": "John F",
        "last_name": "Doe"
      }
    ],
    "page": 1,
    "perPage": 20,
    "totalCount": 2,
    "totalPage": 1
  },
  "message": "All customer list",
  "result": true
}

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Body

application/json
merchant_key
string
Example:

"{{merchant_key}}"

Response

200 - application/json

Get Customers

data
object
message
string
Example:

"All customer list"

result
boolean
Example:

true