excludeSeries to skip sessions that belong to a content series.curl --location 'https://api.synup.com/api/v4/social-post-ideas/active-chat-session?socialProfileId=6f1c2a90-...&excludeSeries=' \
--header 'Synup-Version: 2026-04-17' \
--header 'Authorization: API T9V35W3xxxxxxxxxxx'{
"data": {
"activeChatSession": {
"id": "string",
"socialProfileId": "string",
"mode": "string",
"status": "string",
"messageCount": 0,
"title": "string",
"createdAt": "string"
}
}
}