# Fetch menus for a location

```http
GET https://api.synup.com/api/v4/locations/{locationId}/menus
```

Source: https://developer.synup.com/api/menus/fetch-menus-for-a-location

## Path parameters

| Name | Type | Required | Description |
| --- | --- | --- | --- |
| `locationId` | string | required |  |

## Query parameters

| Name | Type | Required | Description |
| --- | --- | --- | --- |
| `first` | string | required |  |

## Example request

```bash
curl -X GET 'https://api.synup.com/api/v4/locations/:locationId/menus' \
  -H 'Authorization: API YOUR_API_KEY' \
  -H 'Content-Type: application/json'
```

## Responses

| Status | Description |
| --- | --- |
| `200` |  |
