ProWorkflow ProWorkflow

ProWorkflow API

Build powerful integrations with ProWorkflow's Nexus project management platform.

The ProWorkflow API gives you programmatic access to the same data and actions that drive the product UI: companies, contacts, projects, items, time, invoices, quotes, and more.

Quick start

The API lives at:

https://api.proworkflow.com/api/v4

Authenticate every request with either an API key or a bearer JWT — see the Authentication guide for details.

curl 'https://api.proworkflow.com/api/v4/companies?fields=name,code&pagesize=10' \
  -H 'apikey: your-api-key'