Introduction
This endpoint lists all the users subscribed to a specific post.
GET https://api.featureos.app/api/v3/subscribe_feature_requestsHeaders
| Parameter | Default | Description | |
|---|---|---|---|
| API-KEY | - | Generate from organization settings on the admin dashboard. | |
Query Parameters
| Parameter | Default | Description | |
|---|---|---|---|
| page | 1 | Used to paginate responses. | |
| feature_request_id | - | The ID of the post returned in the list posts endpoint. | |
Sample response
{ "success": true, "subscribers": [ { "id": 1, "name": "swathy", "profile_picture": { "url": null } }, { "id": 2, "name": "swathy", "profile_picture": { "url": null } } ]}