P

Productboard REST API v2

REST discovered

Details
URL
https://api.productboard.com
Docs
https://developer.productboard.com/reference/introduction
Authentication
Productboard personal access token api_key discovered Get key ↗
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.

Productboard OAuth 2.0 app (authorization code) oauth2 discovered Set up OAuth ↗
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.

Productboard server-to-server OAuth app (JWT bearer) oauth2_cc discovered Set up OAuth ↗
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.