🚀 TEFCA IAS is now Generally Available! See our TEFCA Developer Guide for details.
curl --request GET \
--url https://api.connect.fastenhealth.com/v1/bridge/fhir/ehi-export/{taskId}/download/{fileId} \
--header 'Authorization: Basic <encoded-value>'When provided with a taskId and fileId, this endpoint will return a signed URL to download the file in the Location header.
Your http client should be able to follow the redirect and download the file.
This signed URL will expire after a short period of time, so you should download the file immediately. If you are unable to do so, you can request a new signed URL by calling this endpoint again.
This endpoint requires an API public id & private key for authentication. Do not expose these keys in the browser.
curl --request GET \
--url https://api.connect.fastenhealth.com/v1/bridge/fhir/ehi-export/{taskId}/download/{fileId} \
--header 'Authorization: Basic <encoded-value>'Documentation Index
Fetch the complete documentation index at: https://docs.connect.fastenhealth.com/llms.txt
Use this file to discover all available pages before exploring further.
Basic Authentication, containing API Public Id and Private Key generated from the Fasten Connect Portal. Do not expose these keys in the browser.
200 Response