token (an originalTransactionId) is provided, returns just that subscriber; the live lookup runs even with no matching DB row.token is omitted, lists all App Store subscribers (latest transaction per originalTransactionId, 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/appstore/subscribers?token=undefined&enrich=undefined&userId=undefined&status=undefined&search=undefined&startDate=undefined&endDate=undefined&page=undefined&limit=undefined' \
--header 'Authorization: Bearer <token>'{
"success": true,
"message": "App Store subscriber fetched successfully!",
"data": {
"originalTransactionId": "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"
}
}