List Apps

List the applications configured in your pod.

Get the list of application entitlements for the company

get
Header parameters
sessionTokenanyrequired

Session authentication token.

Responses
curl -L \
  --url 'yourpodURL.symphony.com/pod/v1/admin/app/entitlement/list'
[
  {
    "appId": "djApp",
    "appName": "Dow Jones",
    "enable": true,
    "listed": true,
    "install": false
  },
  {
    "appId": "selerity",
    "appName": "Selerity Context",
    "enable": false,
    "listed": true,
    "install": true
  }
]

🚧 Restricted Endpoint

Only Administrators are entitled to call this endpoint.

See Bot Permissions for a list of roles and associated privileges.

Last updated

Was this helpful?