---
title: "Menu Access Fetch"
method: POST
path: "/api/MobileApp/menu_access"
tags: ["MobileApp"]
---

# Menu Access Fetch

`POST /api/MobileApp/menu_access`

**Function**: `Menu Access Fetch`

**Type**: API Endpoint (POST)

**Purpose**:  
This function fetches the menu list for a given user based on the application code and user code provided in the headers.

**Headers**:  
- `App_Code` (str, required): The application code to filter the menu items.
- `User_Code` (str, required): The user code to filter the menu items.

**Response**:  
Returns a JSON response containing the menu list for the given user.

**Exceptions**:  
- `HTTPException`: If any exception occurs during the process, it raises an HTTPException with a 500 status code and the exception message.

## Headers

- `App-Code` string, required
- `User-Code` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/leapsurgebi/apis/leapsurgeapi.md) · [All operations](https://skmtc.dev/leapsurgebi/apis/leapsurgeapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/leapsurgebi/leapsurgeapi/revisions/5a6b1464bfeb/schema)
