get https://api.mixmax.com/v1/filerequests
Returns File Requests that you've sent out
Parameter | Type | Description |
---|---|---|
id | String | Unique ID |
userId | String | Your user id |
timestamp | ISO 8601 Timestamp | Created date |
uploads | Array | Array of uploads, if files have been uploaded. |
uploads.timestamp | Timestamp | Time of the upload |
uploads.email | String | Email of person who uploaded |
uploads.name | String | Name of person who uploaded, if available. The name is taken from the original email that was sent. |
uploads.ipAddress | String | IP address of the user who accepted |
uploads.downloadUrl | String | Download URL of the uploaded attachment |