Whitelabel App Resource (since 1.1.16)

A whitelabel_app represents a white labeled version of the Speakap mobile application that has its own custom iOS and Android builds and receives push notifications separate from the main Speakap branded app.

Representations

JSON

Properties

Name Type Description
EID EID Unique entity identifier
appStoreUrl URI App Store download URL
googlePlayUrl URI Google Play download URL
name string Whitelabel app name
type string “whitelable_app” [ sic ]
urbanAirshipId string Urban Airship API key
urbanAirshipSecret string Urban Airship API secret
    http://docs.urbanairship.com/reference/app_keys_secrets.html

Example

{
    "_links": {
        "self": {
            "href": "https://api.speakap.io/whitelabel-apps/1234567890ABCDEF/"
        }
    },
    "type": "whitelable_app",
    "EID": "1234567890ABCDEF",
    "name": "TBD",
    "appStoreUrl": "https://itunes.apple.com/eg/app/speakap-share-in-good-company/id713925262",
    "googlePlayUrl": "https://play.google.com/store/apps/details?id=nl.speakap.speakap",
    "urbanAirshipId": "UR84n-A1R5Hip",
    "urbanAirshipSecret": "V3rrY-S3cREt"
}