Install an App Store Item. Depending on the type requested, this API may return a binary stream or a URL redirect
Restricted - requires sessionId as header
X-FH-AUTH-SESSION: "<sessionId_returned_from_fh.auth_call>"
{
"guid": "<store_item_global_unique_id>",
"type": "ios | iphone | ipad | android"
}
The response will vary depending on the "type" parameter in the request.
iOS Over The Air (OTA) installer page
Installable binary artifact for android device - .apk file.
{
"status": "error",
"message": "<error_message>"
}