Retrieve all mobile apps registered in your project for deep linking and attribution
curl -X GET "https://api.bit2connect.com/1.0/mobile-apps" \ -H "X-API-KEY: b2co_your_api_key"
{ "success": true, "data": { "apps": [ { "id": "550e8400-e29b-41d4-a716-446655440000", "name": "My iOS App", "platform": "IOS", "bundleId": "com.mycompany.myapp", "appStoreFallback": "https://apps.apple.com/app/id123456789", "appStoreId": "123456789", "iosMinVersion": "14.0", "packageName": null, "playStoreFallback": null, "androidMinVersion": null, "createdAt": "2024-01-15T10:30:00Z", "updatedAt": "2024-01-15T10:30:00Z" }, { "id": "550e8400-e29b-41d4-a716-446655440001", "name": "My Android App", "platform": "ANDROID", "bundleId": null, "appStoreFallback": null, "appStoreId": null, "iosMinVersion": null, "packageName": "com.mycompany.myapp", "playStoreFallback": "https://play.google.com/store/apps/details?id=com.mycompany.myapp", "androidMinVersion": "21", "createdAt": "2024-01-15T11:00:00Z", "updatedAt": "2024-01-15T11:00:00Z" } ], "total": 2 }, "timestamp": "2024-01-15T12:00:00Z" }
b2co_your_api_key
IOS
ANDROID