What’s Changing?
Previously, the Community API only supported a singlebrand_id per request. You can now request data for multiple brands at once using the new brand_ids parameter with a comma-separated list.
Note: Even if your account is associated with only one brand, we kindly ask that you update your API calls to use brand_ids to ensure continued compatibility.
What You Need to Update
Please adjust the query parameters based on your use case.1. /community_interactions
Before (Single Brand):
2. /community_interactions/unread_interaction_counts
Before (Single Brand — Path Parameter):
3. /tags
Before (Single Brand):
4. /overview_stats
Before (Single Brand):
5. /sentiment_distribution_stats
Before (Single Brand):
6. /sentiment_time_series
Before (Single Brand):
7. /top_keywords
Before (Single Brand):
8. /volume_time_series
Before (Single Brand):
Next Steps
- Review and update any existing API calls that use
brand_idto use the newbrand_idsformat. - Test your requests to confirm they return expected results for multiple brands.
- No other parameters or functionality are affected — just a more flexible way to query!