Skip to main content
POST
/
v1
/
file-download-tokens
Create download token
curl --request POST \
  --url https://api.example.com/v1/file-download-tokens \
  --header 'Content-Type: application/json-patch+json' \
  --data '
{
  "path": "<string>",
  "filename": "<string>"
}
'
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "path": "<string>",
  "filename": "<string>"
}

Body

path
string | null
filename
string | null

Response

OK

id
string<uuid>
path
string | null
filename
string | null