ids and get one entry per company, in the same order.include=lists to get each list's full details instead, so you do not need a second call to resolve names.lists:read OAuth2 scope.X-Api-Key: ********************{
"ids": [
"159001425",
"129011"
]
}curl --location 'https://api.leadfeeder.com/v1/lists/companies?account_id=123456&include=undefined' \
--header 'X-Api-Key: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"ids": [
"159001425",
"129011"
]
}'{
"data": [
{
"type": "company",
"id": "159001425",
"relationships": {
"lists": [
{
"type": "list",
"id": "company_123"
},
{
"type": "list",
"id": "company_456"
}
]
}
},
{
"type": "company",
"id": "129011",
"relationships": {
"lists": []
}
}
],
"meta": {
"request_id": "cf054205-dd8c-4473-8689-07c30fe0789f"
}
}