Create, search, and manage feedback, documents, customers, and product data through Productboard's REST API.
Productboard API 2.0 is a REST API for working with your workspace data programmatically. Developers and technical teams use it to route feedback from proprietary CRMs, internal tools, and other non-native sources into Productboard, and to automate workflows across feedback, documents, and the product hierarchy.
Create, read, update, delete, and search customer feedback, complete with text content, tags, owners, source metadata, and customer attribution.
List and search feedback with structured filters by owner, creator, tags, date range, and status. For large result sets, both the list and search endpoints support cursor-based pagination.
Associate feedback with users and companies, and connect it to features, components, and other product hierarchy entities. Dedicated endpoints create, list, and delete these relationships.
Create and manage editor documents and product document boards, with support for bulk operations, document templates, and thread and comment handling. List, search, and retrieve teams and workspace members. PII fields such as names and emails require the members:pii:read OAuth scope or else are redacted.
API access requires a Productboard admin. Pick the authentication method that fits your integration:
The authentication guide covers each method in detail.