Upload contracts
Upload and organize signed contracts into a File Storage system
1. User authorizes file storage access
Your user authorizes your application to access their file storage service (e.g., Google Drive, Dropbox) via an OAuth or similar authorization flow through Merge Link.
2. Check required fields
Depending on your users’ file storage platform, there may be specific field requirements to successfully POST /File.
Use our GET /meta endpoint to get the required fields.
3. Upload and organize contracts
POST /File to automatically upload signed contracts created in your product to your users’ file storage platform.
If needed, POST /Folder to organize those contracts.
Now all your users’ contracts are automatically organized and saved in their file storage platform - making it quick and easy to reference back for invoicing or financial needs.