curl --location --request GET 'https://apigw.klinkcx.com/api/v1/contacts?keyword=' \
--header 'Authorization: Bearer <token>'{
"total": 65,
"page": 1,
"pageSize": 10,
"lastPage": 7,
"data": [
{
"id": "eefdaf75-ed19-4291-8e47-913f1205d02d",
"name": "Aria ",
"address": "Dagon Seikkan Township",
"channel": "phone",
"notes": null,
"socialProfileUrl": null,
"tags": [
{
"id": "258fc2c9-738d-4889-806c-0955a3b892c3",
"name": "platinum"
}
],
"company": {
"id": "5073bd60-dee4-4866-a798-42c37300171c",
"name": "Cool Entreprise",
"phone": null,
"address": null,
"industry": null
},
"contactEmails": [
{
"email": "mistercustomer@gmail.com",
"isPrimary": false
}
],
"contactPhones": [
{
"phone": "09797877765",
"isPrimary": true
}
],
"customFields": [
{
"system_name": "cf_sector",
"display_name": "sector`",
"type": "text",
"value": "Finance"
}
]
}
]
}