Skip to main content
GET
/
app
/
store
List app store entries
curl --request GET \
  --url https://demo.enneo.ai/api/mind/app/store \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "apps": [
    {}
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.enneo.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

JWT-based authentication

Response

Successful operation

success
boolean
Example:

true

apps
object[]