Skip to main content
GET
/
files
/
v1
/
download-file
/
{uid}
Download file from file storage synchronously
curl --request GET \
  --url https://eu.phrase.com/connectors/files/v1/download-file/{uid} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

JWT token created by calling Phrase API /oauth/token endpoint.

Path Parameters

uid
string
required

Response

200 - application/octet-stream

OK