v1
latestOpenAPI 3.1.02026-07-241120379.1 KBCopy of Streaks
Fetch Streaks related details for a given subscription ID in a specific locale
get/2023-10/subscription/{subscriptionId}/mysteryReward
Path parameters
subscriptionIdinteger required
The unique identifier for a subscription in Loop
Query parameters
localestring
Response
200
Example response
{
"success": true,
"message": "Fetched subscription streak details successfully",
"data": {
"rewardsData": "New streak",
"claimBehavior": "ACTIVE",
"discountTitle": "2025-12-07T08:00:00.000Z"
},
"code": "SUCCESS"
}