Sign in

Get funnel report (stages)

documented

Get a stages-based view of the opportunity funnel.

POST /report/funnel/opportunity/stages/Reportingno 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.close.com/api/v1/report/funnel/opportunity/stages/" \
  -X POST \
  -u "{{CLOSE_API_KEY}}:" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"pipeline":"{{$pipeline}}","type":"{{$type}}","report_relative_range":"{{$report_relative_range}}","users":[{{$users}}]}'