Sign in

Retrieve company

documented

Get a specific company by ID.

GET /companies/{companyId}Companiesno implementation yet0 runs
No 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"
Retrieve company · Productboard · OpenIntegrations