- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
@ajaym75199991 Please try passing the mobile platform details in the API request (Under "Conext") , something like :
"mobilePlatform": {
"platformType": "ios",
"deviceType": "phone",
"deviceName": "iPhone12,5"
}This should help you with the API request.