---
title: "Get mobile app status"
method: GET
path: "/mobileapp/status"
tags: ["mobileapp"]
deprecated: true
---

# Get mobile app status

`GET /mobileapp/status`

> **Deprecated.**

Return details about the mobile app status.

## Query parameters

- `type` string, required
- `version` string, required

## Response `200`

Mobile app status information

- object[]
  - `version` unknown[], required
    - unknown
  - `config` unknown[], required
    - unknown

## Other responses

- `304` — If the If-None-Match header is sent and matches with the Etag it will return the 304 (Not Modified) response without the data on the body.
- `400` — Missing Information - Type and Version Number needed for status check.
- `404` — App type not found.

---

[API](https://skmtc.net/zumba/apis/zumba-s-api.md) · [All operations](https://skmtc.net/zumba/apis/zumba-s-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zumba/zumba-s-api/revisions/90e715bcdf3d/schema)
