Attachments

The Attachments API covers operational tasks around the attachment store: bulk-ingesting files via zip archives, introspecting the directory layout that backs them, and surfacing pending signature requests for the authenticated user.

Domain model

  • Mass upload — submit a zip archive and let the backend create attachments and the directory tree it implies. A downloadable template demonstrates the expected layout.
  • Directories — every attachment lives inside a directory. Counts and a CSV export of the full directory tree are available for reporting.
  • Signatures — attachments may require a deal user's signature. The signatures route returns the pending signature requests for the current deal user.

Endpoints

Bulk upload

Directories & signatures