Resource Information

Response formatsjson
Response code 200
Requires authenticationAPI key header 'X-Auth-Token'
HTTP MethodPOST


Parameters

 

Name

Type

Default Value

Description

subject

optional

string

' '

the share subject

files

required

list of strings

-

the ID of the file you upload data to

(Get/file/metadata/{ID)

pin

optional

string

-

base64 format

https://www.base64encode.org/

notify

optional

booleanTrueTrue or False



Example Request URL

 HTTP POST      https://api-test.quatrix.it/api/1.0/quicklink/create

Request Payload

{
  "subject": "quick link test",
  "files": [
    "435766b3-8121-4685-8126-3edecde29a39"
  ],
   "pin": "MTIzNDU="
}

 

Response Body

{
  "files": [
    "435766b3-8121-4685-8126-3edecde29a39"
  ],
  "activates": 1536842951,
  "id": "14a522d0-5a76-4ed6-a208-09382450148e",
  "expires": 1537447751
}