token (a purchaseToken) is provided, returns just that subscriber; the live lookup runs even with no matching DB row.token is omitted, lists all Play subscribers (latest transaction per purchaseToken, so renewals are collapsed to one row per subscriber), paginated and each enriched live unless enrich=false.Authorization: Bearer ********************curl --location '/api/v2/admin/store/playstore/subscribers?token=hiccofkilfidonaikbclndkf.AO-J1Owq_cU_6sENtcqRhJKC2NwvcMv0FEAlVBNn1U9lskC5XgNvl-OQVAya1SOF6j_nTlP-QDTPnQ-oUQnN4yJjg6m829rlxQ&packageName=com.cantantmobile&enrich=undefined&userId=undefined&status=undefined&search=undefined&startDate=undefined&endDate=undefined&page=undefined&limit=undefined' \
--header 'Authorization: Bearer <token>'{
"success": true,
"message": "Play Store subscriber fetched successfully!",
"data": {
"purchaseToken": "string",
"transaction": {
"id": 0,
"userId": 0,
"planId": 0,
"planPriceId": 0,
"email": "string",
"amount": 0,
"reference": "string",
"currency": "string",
"status": "string",
"channel": "string",
"platform": "PLAYSTORE",
"planName": "string",
"userPlanId": 0,
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z",
"user": {},
"planPrice": {}
},
"liveStatus": {},
"liveStatusError": "string"
}
}