---
title: "App portal app status"
method: PUT
path: "/v1/app/status"
---

# App portal app status

`PUT /v1/app/status`

Mark an app portal app as installed after successful access token generation or mark it as error if something went wrong during the installation process

## Request body

- object
  - `status` integer, required — 2 = installed, 6 = installation / authorization error
  - `errorMessage` string — Add a custom error message when app status = 6, i.e. installation fails (300 character limit)

## Response `200`

200

- object
  - `data` boolean
  - `succeeded` boolean
  - `message` string
  - `errors` unknown

## Other responses

- `400` — 400

---

[API](https://skmtc.net/keka/apis/keka-api.md) · [All operations](https://skmtc.net/keka/apis/keka-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/keka/keka-api/versions/907ea395c885/schema)
