Copy {
"applicationInfo": {
"appId": "my-test-app",
"name": "my-test-app",
"appUrl": "https://joe.mydomain.com",
"domain": "mydomain.com",
"publisher": "Joe Smith"
},
"iconUrl": "https://myiconUrl.com",
"description": "a test app",
"allowOrigins": "mydomain.com",
"permissions": [
"ACT_AS_USER",
"SEND_MESSAGES"
],
"cert": "-----BEGIN PUBLIC KEY-----\\nMIICIANBgkqhw0BAQ...cCAwEAAQ==\\n-----END PUBLIC KEY-----",
"authenticationKeys": {
"current": {
"key": "-----BEGIN PUBLIC KEY-----\\nMIICIANBgkqhw0BAQ...cCAwEAAQ==\\n-----END PUBLIC KEY-----",
"expirationDate": 1700815176000,
"action": "SAVE"
},
"previous": {
"key": "-----BEGIN PUBLIC KEY-----\\nMIICIANBgkqhw0BAQ...cCAwEAAQ==\\n-----END PUBLIC KEY-----",
"expirationDate": 1700815176000,
"action": "SAVE"
}
},
"notification": {
"url": "https://some.url",
"apiKey": "test123456"
},
"properties": [
{
"key": "port",
"value": 4000
},
{
"key": "url",
"value": "https://someother.url"
}
]
}