curl --request GET \
--url https://api.bizzy.ai/v1/lists/{id}/contacts \
--header 'Authorization: Bearer <token>'{
"data": [
{
"jobTitle": "Software Engineer",
"identifier": {
"contactId": 1234567890,
"firstName": "John",
"lastName": "Doe"
},
"company": {
"country": "BE",
"companyNumber": "770493071",
"name": "Bizzy AI",
"place": "Gent"
}
}
],
"pagination": {
"limit": 4,
"offset": 0,
"total": 1
}
}
curl --request GET \
--url https://api.bizzy.ai/v1/lists/{id}/contacts \
--header 'Authorization: Bearer <token>'{
"data": [
{
"jobTitle": "Software Engineer",
"identifier": {
"contactId": 1234567890,
"firstName": "John",
"lastName": "Doe"
},
"company": {
"country": "BE",
"companyNumber": "770493071",
"name": "Bizzy AI",
"place": "Gent"
}
}
],
"pagination": {
"limit": 4,
"offset": 0,
"total": 1
}
}
{
"data": [
{
"jobTitle": "Software Engineer",
"identifier": {
"contactId": 1234567890,
"firstName": "John",
"lastName": "Doe"
},
"company": {
"country": "BE",
"companyNumber": "770493071",
"name": "Bizzy AI",
"place": "Gent"
}
}
],
"pagination": {
"limit": 4,
"offset": 0,
"total": 1
}
}
Was this page helpful?