boolkyApiIntegrationsDesc
getContactsDesc
getContactsResponseFields
name, phone, groupIds, notValid, gender, mail
{
"result": {
"data": {
"contacts": [
{
"id": 5817763,
"name": "Emma Smith",
"phone": "+12508682818",
"groupIds": [
586
],
"notValid": 1,
"gender": 1,
"mail": "[email protected]"
},
{
"id": 5817760,
"name": "Olivia Munn",
"phone": "+17784845095",
"groupIds": [
0,
1,
2,
3
],
"notValid": 0,
"gender": 1,
"mail": "[email protected]"
}
],
"groups": [
{
"id": 583,
"customerId": 7,
"name": "Group 1 name",
"position": 1,
"notValid": false
},
{
"id": 584,
"customerId": 7,
"name": "Group 2 name",
"position": 2,
"notValid": false
}
]
}
}
}
errorResponseWrongApiKey
{
"error": {
"localizedMessage": "Session expired",
"messageKey": "sessionExpired"
}
}