curl --location --request GET 'https://demo.myshopify.com//admin/api//mobile_platform_applications.json'
{
"mobile_platform_applications": [
{
"id": 1066175996,
"application_id": "X1Y2.ca.domain.app",
"platform": "ios",
"created_at": "2023-01-03T12:42:47-05:00",
"updated_at": "2023-01-03T12:42:47-05:00",
"sha256_cert_fingerprints": [],
"enabled_universal_or_app_links": true,
"enabled_shared_webcredentials": true,
"enabled_app_clips": false,
"app_clip_application_id": null
},
{
"id": 1066175997,
"application_id": "com.example",
"platform": "android",
"created_at": "2023-01-03T12:42:47-05:00",
"updated_at": "2023-01-03T12:42:47-05:00",
"sha256_cert_fingerprints": [
"14:6D:E9:83:C5:73:06:50:D8:EE:B9:95:2F:34:FC:64:16:A0:83:42:E6:1D:BE:A8:8A:04:96:B2:3F:CF:44:E5"
],
"enabled_universal_or_app_links": true,
"enabled_shared_webcredentials": false,
"enabled_app_clips": false,
"app_clip_application_id": null
}
]
}