Productboard
Product management and roadmap prioritization platform
| API | Protocol | Base URL | Docs | Reference | OpenAPI | SDKs |
|---|---|---|---|---|---|---|
| Main | rest | https://api.productboard.com/ | link | — | — | — |
Actions (46)
Companies · 12
- Create companyPOST /companies
Create a new company in Productboard.
documented - Create company fieldPOST /companies/{companyId}/custom-fields
Create a custom field for a given company.
documented - Delete companyDELETE /companies/{companyId}
Delete a company.
documented - Delete company fieldDELETE /companies/{companyId}/custom-fields/{fieldId}
Delete a company field.
documented - Delete company field valueDELETE /companies/{companyId}/custom-fields/{fieldId}/value
Delete the value of a company field.
documented - List companiesGET /companies
Retrieve all companies.
documented - List company fieldsGET /companies/{companyId}/custom-fields
List all custom fields for a company.
documented - Retrieve companyGET /companies/{companyId}
Get a specific company by ID.
documented - Retrieve company fieldGET /companies/{companyId}/custom-fields/{fieldId}
Get a specific company field.
documented - Retrieve company field valueGET /companies/{companyId}/custom-fields/{fieldId}/value
Get a value for a company field.
documented - Set company field valuePUT /companies/{companyId}/custom-fields/{fieldId}/value
Set the value of a company field.
documented - Update company fieldPATCH /companies/{companyId}/custom-fields/{fieldId}
Update a company field.
documented
Notes · 12
- Add followers to notePOST /notes/{noteId}/user-followers
Add one or more followers to a note by email.
documented - Create a notePOST /notes
Create a new note in Productboard.
documented - Create note linkPOST /notes/{noteId}/links
Create a link between a note and another entity (e.g., feature, initiative).
documented - Create note tagPOST /notes/{noteId}/tags/{tagName}
Add a tag (create if needed) to a note.
documented - Delete noteDELETE /notes/{id}
Permanently delete a note.
documented - List note linksGET /notes/{noteId}/links
List links (associations) for a note.
documented - List note tagsGET /notes/{noteId}/tags
List all tags associated with a note.
documented - List notesGET /notes
List all notes in the workspace.
documented - Remove follower from noteDELETE /notes/{noteId}/user-followers/{email}
Remove a follower from a note by email.
documented - Remove note tagDELETE /notes/{noteId}/tags/{tagName}
Remove a tag from a note.
documented - Retrieve noteGET /notes/{id}
Get details of a specific note by ID.
documented - Update notePATCH /notes/{id}
Update one or more fields of an existing note.
documented
Product Hierarchy · 12
- Create featurePOST /features
Create a new feature.
documented - Create link between feature and initiativePOST /features/{featureId}/initiatives
Link an initiative to a feature.
documented - Delete featureDELETE /features/{featureId}
Delete a feature.
documented - Delete link between feature and initiativeDELETE /features/{featureId}/initiatives
Remove link between a feature and an initiative.
documented - Link objective to featurePOST /features/{featureId}/objectives
Link an objective to a feature.
documented - List featuresGET /features
List features.
documented - List initiatives linked to featureGET /features/{featureId}/initiatives
List initiatives linked to a feature.
documented - List objectives linked to featureGET /features/{featureId}/objectives
List objectives linked to a feature.
documented - Replace featurePUT /features/{featureId}
Replace a feature.
documented - Retrieve featureGET /features/{featureId}
Get a feature by ID.
documented - Unlink objective from featureDELETE /features/{featureId}/objectives
Unlink an objective from a feature.
documented - Update featurePATCH /features/{featureId}
Update a feature.
documented
Users · 5
- Create userPOST /users
Create a new user in Productboard.
documented - Delete userDELETE /users/{userId}
Delete a user.
documented - List usersGET /users
Get a list of workspace users.
documented - Retrieve userGET /users/{userId}
Get a user by ID.
documented - Update userPATCH /users/{userId}
Update a user's details.
documented