Quatrix APIs v1.0
Space shortcuts
Quatrix APIs v1.0 QA1
Skip to end of metadata
Go to start of metadata

This API call returns all info related to share action object.

Resource URL

/api/1.0/share/download-info/<ID>

Resource Information

 

Response formatsJSON
Requires authentication?Depends on share type
HTTP MethodGET
Response code200

 

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

 

 

 

  • No labels
Write a comment…
Quatrix APIs v1.0 QA1