Application
Retrieve information about the application
get/application/info
Response
OK
Example response
{
"application": {
"_id": "1d9e80ef851d212aca82cf23",
"name": "Your App",
"category": "Other",
"appStoreId": "Other",
"androidPackageName": "Other",
"userDataFields": [
{
"key": "firstName",
"label": "First Name",
"type": "string"
},
{
"key": "lastName",
"label": "last Name",
"type": "string"
}
],
"actionCategories": [
{
"type": "re.notifica.notification.Alert",
"actions": [
{
"type": "re.notifica.action.Callback",
"label": "test1"
}
]
}
],
"emailConfig": {
"defaultSender": {
"address": "massimo",
"name": "Massimo Gondoliere"
}
},
"passbookConfig": {
"info": {
"subject": {
"C": "NL",
"CN": "Pass Type ID: pass.re.notifica.passbook",
"OU": "Y47BY73NFN",
"O": "Notificare B.V.",
"UID": "pass.re.notifica.passbook"
}
}
},
"websitePushConfig": {
"info": {
"subject": {
"C": "NL",
"CN": "Apple Development IOS Push Services: web.re.notifica.webpushtest",
"OU": "Y47BY73NFN",
"O": "Notificare B.V.",
"UID": "web.re.notifica.webpushtest"
}
}
},
"regionConfig": {
"proximityUUID": "f7826da6-4fa2-4e98-8024-bc5b71e0893e"
}
}
}