For the complete documentation index, see llms.txt. This page is also available as Markdown.

List Apps

List the applications configured in your pod.

Get the list of application entitlements for the company

get
Header parameters
sessionTokenstringRequired

Session authentication token.

Responses
200

Success

application/json

Application Entitlements for the company

appIdstring · min: 1 · max: 256Required

Unique ID for the Application

Example: djApp
appNamestring · min: 1 · max: 50Required

Name for this Application

Example: Dow Jones
enablebooleanRequiredExample: true
listedbooleanRequired

if true, this application will be listed in the appstore for everyone. Otherwise, this application will be hidden in the appstore.

Example: true
installbooleanRequired

if true, the entitlement is set to automatic for the company. Otherwise, it is set to manual.

Example: true
get/v1/admin/app/entitlement/list

🚧 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?