---
title: "Get business bulletins"
method: GET
path: "/customer/businesses/{handle}/bulletins"
tags: ["Business Content"]
---

# Get business bulletins

`GET /customer/businesses/{handle}/bulletins`

Retrieve business announcements and updates with pagination.

## Path parameters

- `handle` string, required

## Query parameters

- `page` integer
- `per_page` integer

## Response `200`

`BulletinResponseResource`

- object
  - `data` BulletinResponseResource, required
    - `bulletins` BulletinResource[], required
      - `id` string, required
      - `title` string, required
      - `content` string, required
      - `published_at` string, date-time, nullable, required
    - `pagination` PaginationResource, required
      - `current_page` string, required
      - `per_page` string, required
      - `total` string, required
      - `has_more` string, required

## Other responses

- `401` — Unauthenticated
- `422` — Validation error

---

[API](https://skmtc.net/nexuforma/apis/51eat-api-documentation.md) · [All operations](https://skmtc.net/nexuforma/apis/51eat-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nexuforma/51eat-api-documentation/versions/ee945e6d6db7/schema)
