Hi Konok,
Could you please add the following fields to the subscriber/list API response for each subscriber?
{
"label_names": "VIP,AutoTestLabel",
"assigned_agent_id": 12,
"assigned_agent": "Support Agent"
}
If no label or agent is assigned, the respective fields can return null.
These details are already available at the subscriber level, so I think adding them to the list response should be a small change and hopefully won't take much time to implement.
This will help us retrieve all required subscriber information in a single API call instead of making additional requests for each contact.
Please check and add this when possible.
Thanks