List signature requests
documentedReturn a list of signature requests accessible to the account.
POST /signature_request/listSign APIno 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.hellosign.com/v3/signature_request/list?page={{$page}}&page_size={{$limit}}&query={{$query}}" \
-X GET \
-u '{{DROPBOX_API_KEY}}:' \
-H "Accept: application/json"