Gets an existing application.
Last updated 1 year ago
Was this helpful?
🚧 Roles and PrivilegesCalling this endpoint requires the Super Administrator, Super Compliance Officer, User Provisioning or Agent role. See for a list of roles and associated privileges.
Calling this endpoint requires the Super Administrator, Super Compliance Officer, User Provisioning or Agent role. See for a list of roles and associated privileges.
the id of the app to get
Session authentication token.
Detailed record of application.
GET /pod/v1/admin/app/{id}/get HTTP/1.1 Host: yourpodURL.symphony.com Accept: */*
OK
{ "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" } ] }