Build powerful integrations with the FeatureShark API. Access feedback, changelogs, support conversations, and more.
Simple, predictable REST endpoints with JSON responses. Easy to integrate with any technology stack.
Generous rate limits: 1,000 requests/hour for authenticated endpoints, 100/hour for public endpoints.
HTTPS encryption, API key authentication, and 99.9% uptime SLA for enterprise plans.
Most API endpoints require authentication using an API key. Include your API key in the Authorization header:
Authorization: Bearer YOUR_API_KEY⚠️ Security Note: Never expose your API keys in client-side code or public repositories. Keep them secure and rotate them regularly.
https://api.featureshark.comAll API requests should be made to this base URL. Append the endpoint path to construct the full URL.
/v1/boards Auth RequiredRetrieve a list of all feedback boards in your workspace. Boards organize feature requests and feedback by category or product.
/v1/changelogsPublicFetch all published changelog entries. Changelogs document product updates, new features, and improvements.
/v1/changelogs/existsPublicQuick endpoint to check if any changelogs exist in your workspace without fetching full data.
/v1/help-centerPublicRetrieve all help center articles and documentation. Perfect for building custom help centers or integrating documentation into your app.
/v1/feedback/{feedback:slug}/votersPublicRetrieve the list of users who have voted on a specific feedback post. Useful for showing supporter lists and engagement metrics.
/v1/support/messagesPublicSend a message in the support chat system. Allows customers to initiate or continue conversations with your support team.
/v1/support/conversationPublicRetrieve the current support conversation for a user, including message history and status.
/v1/support/agents/onlinePublicCheck which support agents are currently online and available to help customers.
/v1/surveys/{survey}/submitPublicSubmit a response to an embedded survey. Perfect for NPS surveys, satisfaction surveys, and feedback collection.
Our developer support team is here to help you integrate with FeatureShark. Reach out with any questions or feedback.