# Fetch bulk posts for a location

```http
GET https://api.synup.com/api/v4/locations/{locationId}/bulk-posts
```

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

## Path parameters

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

## Query parameters

| Name | Type | Required | Description |
| --- | --- | --- | --- |
| `page` | string | required |  |
| `perPage` | string | required |  |
| `tag` | string | optional |  |

## Example request

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

## Responses

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