Update App Configurations
Update app configurations for host.
- This endpoint can be used to update app configurations for a host.
- It can be used to update allowed mangoes for an app.
:::warning
- Currently only supports these apps levelup, universe, crm, flute, sparks, tm-ai-cofounder.
- These apps must be installed to the dashboard first before accessing this endpoint.
- Any custom app added from Dashboard will not be supported.
- Passing empty array will remove all allowed mangoes for the app, so update the allowed mangoes carefully. :::
Authorization
bearer In: header
Header Parameters
Host name of the dashboard, ex: mydomain.tagmango.com
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
curl -X PATCH "https://api-prod-new.tagmango.com/api/v1/external/host/apps" \ -H "x-whitelabel-host: string" \ -H "Content-Type: application/json" \ -d '{ "app": "levelup", "mangoes": [] }'{
"message": "Operation completed successfully",
"success": true
}{
"code": 400,
"type": "Bad request",
"statusMessage": "BAD_REQUEST",
"message": "Invalid request",
"success": false
}{
"code": 401,
"type": "Unauthorized",
"statusMessage": "UNAUTHORIZED",
"message": "Invalid token",
"success": false
}Get App Configurations GET
Get app configurations for host. - This endpoint can be used to get app configurations for a host. - It can be used to get allowed mangoes for an app. :::info - Currently only supports these apps levelup, universe, crm, flute, sparks, tm-ai-cofounder. - These apps must be installed to the dashboard first before accessing this endpoint. - Any custom app added from Dashboard will not be supported. :::
Get Mangoes GET
Get all mangoes created by creator