About this API
Introduction
The FeatureOS Roadmap Items API allows you to manage individual items within a roadmap. You can retrieve, create, and delete roadmap items to organize and track feature requests within your roadmaps.
Note: Create, retrieve and delete operations are only available for manual roadmaps, not for sync roadmaps.
Authentication
To authenticate with the FeatureOS API, you must provide an API key. You can find your API key in your FeatureOS account settings.
API Versioning
The FeatureOS API is currently in version 3 (v3). We will only make backwards compatible changes to the API. We will announce any breaking changes in advance.
Rate Limiting
The FeatureOS API is rate limited to 100 requests per minute per API key. If you exceed this rate limit, you will receive a 429 Too Many Requests
response.
Errors
If you receive an error response, it will be a JSON object with a message
key containing the error message.