Skip to main content
GET
/
api
/
v1
/
remote-files
/
{remoteFileId}
/
download-url
GetRemoteFileUrl
curl --request GET \
  --url https://your-sift-api-url.com/api/v1/remote-files/{remoteFileId}/download-url \
  --header 'Authorization: Bearer <token>'
{
  "downloadUrl": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

remoteFileId
string
required

Response

A successful response.

The response of a call to RemoteFileService_GetRemoteFileDownloadUrl.

downloadUrl
string
required