Sign in

Create Report

documented

Requests generation of one or more reports (user activity or document status).

POST /report/createReportno 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.hellosign.com/v3/report/create" \
  -X POST \
  -u '{{HELLOSIGN_API_KEY}}:' \
  -F 'start_date={{$start_date}}' \
  -F 'end_date={{$end_date}}' \
  -F 'report_type[]={{$report_type1}}' \
  -F 'report_type[]={{$report_type2}}' \
  -H "Accept: application/json"