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 formatsJSON
Requires authentication?Yes
HTTP MethodPOST
Response code202

Parameters

 

Name TypeDefault ValueValidationDescription

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>}