Authorization: Bearer ********************curl --location --request GET 'https://integration.returning.ai/apis/v1/streaks?page&limit' \
--header 'Authorization: Bearer <token>'{
"status": "success",
"data": [
{
"_id": "{_id}",
"activeDays": [
"Monday",
"Tuesday",
"Saturday",
"Sunday",
"Thursday"
],
"name": "Msg & Reply Streak",
"communityId": "{_cid}",
"timezone": "utc_gmt",
"startDate": "2026-03-05T11:04:15.754Z",
"timeframe": {
"value": "daily",
"count": 3
},
"action": {
"operator": "and",
"conditions": [
{
"_id": "524710654a38",
"action": "messages",
"value": 2,
"isCustomField": null
},
{
"_id": "8487b17a024b",
"action": "replies",
"value": 2,
"isCustomField": null
}
]
},
"createdAt": "2026-03-05T11:04:15.754Z",
"updatedAt": "2026-03-25T06:26:38.642Z",
"activeDaysType": "custom",
"__v": 0,
"order": 2
}
],
"pagination": {
"total": 3,
"currentPage": 1,
"totalPages": 1,
"hasNextPage": false,
"hasPrevPage": false
}
}