Retrieve company
documentedGet a specific company by ID.
GET /companies/{companyId}Companiesno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://api.productboard.com/v1/companies/{{$companyId}}" \
-X GET \
-H "Authorization: Bearer {{PRODUCTBOARD_API_KEY}}" \
-H "Accept: application/json"