Last updated 6 months ago
[{"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}]
GET /v1/customer HTTP/1.1 Host: {{base_url}} Accept: */*
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 } ]