cURL
curl --request GET \ --url https://your-sift-api-url.com/api/v1/remote-files/{remoteFileId}/download-url \ --header 'Authorization: Bearer <token>'
{ "downloadUrl": "<string>" }
Gets a download URL for the remote file.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
A successful response.
The response of a call to RemoteFileService_GetRemoteFileDownloadUrl.
RemoteFileService_GetRemoteFileDownloadUrl
Was this page helpful?