Skip to content
Public Resource Links

List public resource links

Understanding how to use FeatureOS API to build custom integrations.

Introduction

This endpoint allows you to list all public resource links for a specific feedback post.

GET https://api.featureos.app/api/v3/feature_requests/:feature_request_id/public_resource_links
curl -X GET 'https://api.featureos.app/api/v3/feature_requests/:feature_request_id/public_resource_links' \
  -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.

Path Parameters

Parameter Required Format Description
feature_request_id true Integer The ID of the feedback post to list public links for.

Sample response