This API call is used to send files return response to share files request.
Resource URL
/api/1.0/files-return/send/<ID>
Resource Information
Response formats | JSON |
Requires authentication? | Yes |
HTTP Method | POST |
Response code | 202 |
Parameters
Name | Type | Default Value | Validation | Description |
id required | uuid | - | uuid4 | the ID of instant share object using which you want to share |
files required | uuid[] | - | uuid4[] | specifies the list of file IDs you want to share |
message optional | string | '' | length[0, 10000] | text of the email message |
Example Request URL
Example Result
{"job_id": <uuid>}
Add Comment