# Get Menu

## 5.1 Get Menu

Returns the contents of the menu .

**Request**

| Method | URL                  |
| ------ | -------------------- |
| GET    | /menu/{merchant\_id} |

**Response**

| Status | Response                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| ------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| 200    | <p>{</p><p>"header": "Sıcak İçecekler",</p><p>"data": \[</p><p>{</p><p>"name": "Çay",</p><p>"description": "Bir adet kurabiye ile servis edilen Türk çayı",</p><p>"price": "10.0 TL"</p><p>},</p><p>{</p><p>"name": "Kahve",</p><p>"description": "Taze kavrulmuş kahve",</p><p>"price": "20.0 TL"</p><p>},</p><p>{</p><p>"name": "Salep",</p><p>"description": "Geleneksel salep içecek",</p><p>"price": "25.0 TL"</p><p>}</p><p>]</p><p>},</p><p>{</p><p>"header": "Soğuk İçecekler",</p><p>"data": \[</p><p>{</p><p>"name": "Limonata",</p><p>"description": "Taze sıkılmış limon suyu ile yapılan limonata",</p><p>"price": "22.0 TL"</p><p>},</p><p>{</p><p>"name": "Meyve Suyu",</p><p>"description": "Taze meyvelerle sıkılmış meyve suyu",</p><p>"price": "35.0 TL"</p><p>},</p><p>{</p><p>"name": "Su",</p><p>"description": "Soğuk içme suyu",</p><p>"price": "5.0 TL"</p><p>}</p><p>]</p><p>},</p><p>{</p><p>"header": "Kahvaltı",</p><p>"data": \[</p><p>{</p><p>"name": "Simit",</p><p>"description": "Susamlı simit, beyaz peynir ve zeytin ile servis edilir",</p><p>"price": "45.0 TL"</p><p>},</p><p>{</p><p>"name": "Menemen",</p><p>"description": "Yumurta, domates ve yeşil biberle yapılan menemen ",</p><p>"price": "85.0 TL"</p><p>},</p><p>{</p><p>"name": "Kahvaltı Tabağı",</p><p>"description": "Sucuk, pastırma, beyaz peynir ve zeytinle servis edilen kahvaltı tabağı",</p><p>"price": "135.0 TL"</p><p>}</p><p>]</p><p>}</p> |
| 403    |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| 400    |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| 401    |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| 401    |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| 500    |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |

<br>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://magicpay.gitbook.io/magicpay-documentation/products/get-menu.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
