New
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:
-
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.
-
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. 🚀