---
title: "List post subscribers"
method: GET
path: "/posts/{postId}/subscribers"
tags: ["Subscribers"]
---

# List post subscribers

`GET /posts/{postId}/subscribers`

List all subscribers for a specific post

## Path parameters

- `postId` string, uuid, required

## Response `200`

List of subscribers

- object
  - `subscribers` Subscriber[]
    - `id` string, uuid
    - `user` SubscriberUser
      - `id` string, uuid
      - `firstName` string, nullable
      - `lastName` string, nullable
    - `createdBy` SubscriberUser
      - `id` string, uuid
      - `firstName` string, nullable
      - `lastName` string, nullable
    - `createdAt` string, date-time

## Other responses

- `401` — Unauthorized - Missing or invalid API key
- `404` — Not Found - Resource does not exist

---

[API](https://skmtc.net/tryordinal/apis/ordinal-api.md) · [All operations](https://skmtc.net/tryordinal/apis/ordinal-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tryordinal/ordinal-api/versions/1d0792ff454f/schema)
