List Status Page Subscribers
GET
/organizations/:organization_id/status-page-subscribers
Retrieves status page subscribers for the organization. The collection supports partial email search, exact filters for status and subscription type, optional status-page filtering, and soft-delete visibility via the trashed query parameter.
Request
Responses
- 200
- 401
- 403
- 404
status-page-subscribers collection
Missing or invalid bearer token. The API returns an RFC 7807 problem detail body.
Authenticated user is not allowed to perform this operation. The API returns an RFC 7807 problem detail body.
The organization or resource identified in the path does not exist, or the caller cannot access it. The API returns an RFC 7807 problem detail body.