Quatrix APIs v1.0
Space shortcuts
Quatrix APIs v1.0 QA1

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

 

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

 

Example Request URL

Example Result

Code Block
languagejs
{
    "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>
}

 

 

 

Quatrix APIs v1.0 QA1