v1

latestOpenAPI 3.1.02026-07-241120379.1 KB

Copy of Copy of Streaks

Fetch Streaks related details for a given subscription ID in a specific locale

post/2023-10/subscription/{subscriptionId}/mysteryReward/claimReward

Path parameters

subscriptionIdinteger required

The unique identifier for a subscription in Loop

Query parameters

viewChannelstring
rewardIdstring required

The reward id of the mystery reward which is to be claimed

Response

200

successboolean
messagestring
dataobject
codestring
{"stackTrail":"paths:/2023-10/subscription/{subscriptionId}/mysteryReward/claimReward:post:responses:200:content:application/json:schema:properties:pageInfo","oasType":"schema","type":"unknown"}

Example response

{
  "success": true,
  "message": "Fetched subscription streak details successfully",
  "code": "SUCCESS"
}