Mobile Apps
Get Mobile App
Retrieve details of a specific mobile app by its ID
GET
Request
string
required
Your API key:
b2co_your_api_keystring
required
The unique identifier of the mobile app to retrieve
Response
boolean
Indicates if the request was successful
object
The mobile app object
string
Unique identifier for the mobile app
string
Display name of the mobile app
string
Platform type:
IOS or ANDROIDstring
iOS bundle identifier (iOS apps only)
string
App Store fallback URL (iOS apps only)
string
App Store ID (iOS apps only)
string
Minimum iOS version required (iOS apps only)
string
Android package name (Android apps only)
string
Play Store fallback URL (Android apps only)
string
Minimum Android version required (Android apps only)
string
ISO 8601 timestamp when the app was created
string
ISO 8601 timestamp when the app was last updated
string
ISO 8601 timestamp of the response
Error Responses
boolean
false when the mobile app is not foundstring
Error message: “Mobile app not found”