Customer Info

Get the list of customer

get

GET /v1/customer

Responses
200

Get the list of customer

application/json
get
GET /v1/customer HTTP/1.1
Host: {{base_url}}
Accept: */*
200

Get the list of customer

[
  {
    "address": "Privit Drive 2",
    "bank": null,
    "city": "London",
    "country": "UK",
    "createdAt": "2024-10-08T09:07:49.419Z",
    "detailsName": "Tod",
    "email": "tod@gmail.com",
    "id": 1,
    "kybScore": 1234,
    "kybStatus": null,
    "name": "Sam",
    "phone": "1112344",
    "status": "Created",
    "type": "Individual",
    "updatedAt": "2024-10-08T09:07:53.877Z",
    "wallet": null
  }
]

Last updated