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

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

This API call is used to generate request files form id.

Resource URL

/api/1.0/share/request/<ID>

Resource Information

 

Response formatsJSON
Requires authentication?Yes
HTTP MethodPOST
Response code200

Parameters

 

Name TypeDefault ValueValidationDescription

ID

required

uuid-uuid4

user or contact ID

return_pgp_encypted

optional

booleanfalseboolean

denotes if requested files should be encrypted


Example Request URL

Example Result

{
	"id": <uuid>,
	"url": <string>
}

 

 

 

  • No labels
Quatrix APIs v1.0 QA1