Get a roadmap
Understanding how to use FeatureOS API to build custom integrations.
Introduction
This API allows you to retrieve detailed information about a specific roadmap by its ID.
GET
https://api.featureos.app/api/v3/roadmaps/:id
curl -X GET 'https://api.featureos.app/api/v3/roadmaps/: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. |
Path Parameters
| Parameter | Required | Type | Description |
|---|---|---|---|
| id | true | Integer | The unique identifier of the roadmap to retrieve. |