Productboard REST API v2
- URL
-
https://api.productboard.com - Docs
- https://developer.productboard.com/reference/introduction
Authorization: Bearer <credential> In Productboard's developer docs, Productboard lists API Token (PAT) as a supported authentication method for REST API v2. Use the API token instructions in Authentication and API Token Authentication to generate a token in your Productboard workspace/account, then send it on REST API requests.
Authorization: Bearer <credential> For a server-side integration acting on Productboard users' behalf, create/configure an OAuth app per the OAuth 2.0 (Authorization Code) guide, then use Productboard's authorization-code flow to obtain bearer tokens for the REST API.
Authorization: Bearer <credential> For backend automation without a user present, configure a server-to-server integration following OAuth Server-to-Server (JWT). Productboard documents this as an OAuth 2.0 JWT bearer flow that returns bearer access tokens for API calls.