For support support@leadrat.com
Authorization: ********************x-tenant-id: ********************curl --location --request POST '/buyers/search?page&size&sort' \
--header 'Authorization: Bearer <token>' \
--header 'x-tenant-id: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"field": "string",
"query": "string",
"type": "string"
}
]'{
"content": [
{
"id": "e3d39386-ecd2-489b-8d8e-25ccacd5ffa7",
"fullName": "Amit Dubey",
"email": "damit@gmail.com",
"countryCode": "91",
"phone": "6854125545",
"alternateCountryCode": "91",
"alternatePhone": "6521456632",
"type": "INDIVIDUAL",
"dateOfBirth": "1984-02-20",
"address": {
"city": "DELHI",
"country": "INDIA",
"line1": "add1",
"line2": "add2",
"pincode": "500012",
"point": {
"latitude": 0.1,
"longitude": 0.1
},
"state": "DELHI"
},
"companyName": "string",
"companyType": "string",
"cin": "string",
"gstNumber": "string",
"signatoryName": "string",
"signatoryDesignation": "string",
"signatoryEmail": "string",
"signatoryPhone": "string",
"kycDocuments": [
{
"type": "AADHAAR_CARD",
"documentNumber": "string",
"fileUrl": "string"
}
],
"kycStatus": "PENDING"
}
],
"empty": false,
"first": true,
"from": 1,
"last": true,
"pageNumber": 0,
"pageSize": 10,
"to": 1,
"totalElements": 1,
"totalPages": 1
}