Get a comment
Understanding how to use FeatureOS API to build custom integrations.
Introduction
This API endpoint allows you to retrieve information about a single comment from your organization.
GET
https://api.featureos.app/api/v3/comments/:id
curl -X GET 'https://api.featureos.app/api/v3/comments/:id' \
-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 |
|---|---|---|
| id | 1 | The ID of the comment you want to retrieve. |