GET
/
bridge
/
fhir
/
ehi-export
/
{taskId}
curl --request GET \
  --url https://api.connect.fastenhealth.com/v1/bridge/fhir/ehi-export/{taskId} \
  --header 'Authorization: Basic <encoded-value>'
{
  "success": true,
  "data": {
    "task_id": "c9c7a91b66b34fdca749bb8e9cfbf617",
    "status": "pending"
  }
}

Authorizations

Authorization
string
header
required

Basic Authentication, containing API Public Id and Private Key generated from the Fasten Connect Portal. Do not expose these keys in the browser.

Path Parameters

taskId
string
required

Task Id

Response

200 - application/json

successful operation

The response is of type object.