This API call returns all info related to share action object.
Resource URL
/api/1.0/share/download-info/<ID>
Resource Information
| Response formats | JSON |
| Requires authentication? | Depends on share type |
| HTTP Method | GET |
| Response code | 200 |
Example Request URL
Example Result
{
"id": <uuid>,
"message": <string>,
"subject": <string>,
"activates": <timestamp>,
"expires": <timestamp>,
"sender_name": <string>,
"sender_email": <string>,
"pgp_encrypted": <boolean>, // indicates if files were PGP encrypted
"private_key": <string>, // contains receiver's private PGP key (password protected)
"enable_pgp": <boolean>, // indicates if PGP is enabled account-wise
"status": <string>,
"share_type": <string>
}
0 Comments