POST
/
bridge
/
fhir
/
ehi-export
curl --request POST \
  --url https://api.connect.fastenhealth.com/v1/bridge/fhir/ehi-export \
  --header 'Authorization: Basic <encoded-value>' \
  --header 'Content-Type: application/json' \
  --data '{
  "org_connection_id": "16e39045-5382-42a0-b93d-b75268984c1f"
}'
{
  "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.

Body

application/json

Update an existent pet in the store

The body is of type object.

Response

200 - application/json

successful operation

The response is of type object.