List the applications configured in your pod.
Last updated 1 year ago
Was this helpful?
🚧 Restricted EndpointOnly Administrators are entitled to call this endpoint.See for a list of roles and associated privileges.
Only Administrators are entitled to call this endpoint.
See for a list of roles and associated privileges.
Session authentication token.
Application Entitlements for the company
[{"appId":"djApp","appName":"Dow Jones","enable":true,"listed":true,"install":false},{"appId":"selerity","appName":"Selerity Context","enable":false,"listed":true,"install":true}]
GET /pod/v1/admin/app/entitlement/list HTTP/1.1 Host: yourpodURL.symphony.com sessionToken: text Accept: */*
Success
[ { "appId": "djApp", "appName": "Dow Jones", "enable": true, "listed": true, "install": false }, { "appId": "selerity", "appName": "Selerity Context", "enable": false, "listed": true, "install": true } ]