Enneo

Apps

Import app

POST /app/import

POST /app/import

Import an app from an exported bundle. Requires appCreator permission.

Request body

Responses

201 — Imported

Response Example

{
  "success": true,
  "app": {
    "id": 1,
    "appId": "k4FqL2Hm",
    "revision": 7,
    "name": "Customer health check",
    "slug": "customer-health-check",
    "description": "string",
    "vendor": "string",
    "availability": "string",
    "appearance": null,
    "data": null,
    "isActive": true,
    "deletedAt": "2026-01-01T12:00:00Z",
    "createdBy": 1,
    "createdAt": "2026-01-01T12:00:00Z"
  }
}

400 — Invalid bundle.

403 — Unauthorized.