Skip to content
Subscribers

List all subscribers

Understanding how to use FeatureOS API to build custom integrations.

Introduction

This endpoint lists all the users subscribed to a specific post.

GET https://api.featureos.app/api/v3/subscribe_feature_requests
curl -X GET 'https://api.featureos.app/api/v3/subscribe_feature_requests' \
  -H 'API-KEY: YOUR_API_KEY' \
  -H 'Content-Type: application/json'

Headers

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