Add api endpoint to list installed mini apps and update api key for installed mini app

We’ve added two new API endpoints to enhance the management of installed mini apps:


New Endpoints:

  1. GET /installed-mini-app/list

    • Purpose: Retrieve the list of all installed mini apps in the system.
    • Use Case: View and manage all installed apps effortlessly.
  2. POST /installed-mini-app/update-api-key/{app_id}

    • Purpose: Update the API key for a specific installed mini app.
    • Parameters:
      • {app_id}: The unique identifier of the installed mini app.
    • Use Case: Refresh or change API keys for improved security or new integration configurations.
These endpoints empower developers and administrators to better manage mini app installations and their respective credentials. 🚀

update mini app API key.png 316.32 KB