token header. The outlet_id is automatically determined from this token.curl --location --request GET 'https://staging-api.formi.co.in/v2/interactions/summary?aggregation_timeline' \
--header 'token;'{
"success": true,
"message": "Interaction summary fetched successfully",
"payload": {
"cards": [
{
"key": "total_interactions",
"value": 88
},
{
"key": "total_outcomes",
"value": 47
},
{
"key": "total_escalations",
"value": 0
},
{
"key": "total_resolved_escalations",
"value": 0
}
],
"aggregation_timeline": "last_week",
"agent_name": "Infinity Learn"
}
}