---
title: "listing the board Subscribers"
method: GET
path: "/v1/boards/{boardId}/board_subscribers.json"
tags: ["boards"]
---

# listing the board Subscribers

`GET /v1/boards/{boardId}/board_subscribers.json`

listing the board Subscribers

## Path parameters

- `boardId` integer, required

## Query parameters

- `token` string, required

## Response `200`

successful operation

- object
  - `id` integer
  - `created` string
  - `modified` string
  - `board_id` integer
  - `user_id` integer
  - `is_subscribed` integer

## Other responses

- `405` — Invalid input

---

[API](https://skmtc.net/restyaplatform/apis/restyaboard.md) · [All operations](https://skmtc.net/restyaplatform/apis/restyaboard/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/restyaplatform/restyaboard/versions/bfc753befdbe/schema)
