For support support@leadrat.com
Authorization: ********************x-tenant-id: ********************curl --location --request GET '/buyers/list' \
--header 'Authorization: Bearer <token>' \
--header 'x-tenant-id: <api-key>'{
"id": "66585d12-d811-47ba-bc85-a036b8907fc2",
"fullName": "Amit Kumar",
"email": "amikumar@gmail.com",
"countryCode": "91",
"phone": "5642355546",
"alternateCountryCode": "91",
"alternatePhone": "5465236654",
"type": "INDIVIDUAL",
"dateOfBirth": null,
"address": {
"city": "DELHI",
"country": "INDIA",
"line1": "Luxor street",
"line2": null,
"pincode": "500070",
"point": null,
"state": "DELHI"
},
"companyName": null,
"companyType": null,
"cin": null,
"gstNumber": null,
"signatoryName": null,
"signatoryDesignation": null,
"signatoryEmail": null,
"signatoryPhone": null,
"kycDocuments": [
{
"type": "AADHAAR_CARD",
"documentNumber": "652412545632",
"fileUrl": "7b4c0b3e-ec8b-4011-9201-7271231c57dd.pdf"
}
],
"kycStatus": "PENDING"
}