Skip to content
Merge Posts

List merged posts

Understanding how to use FeatureOS API to build custom integrations.

Introduction

This endpoint lists all child posts that have been merged into a parent post.

GET https://api.featureos.app/api/v3/feature_requests/:feature_request_id/merge_posts
curl -X GET 'https://api.featureos.app/api/v3/feature_requests/:feature_request_id/merge_posts' \
  -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.
Authorization - Generate a unique JWT token that is specific to a user. Only organization members can access this endpoint.

Sample response