POST
/
v1
/
medication-history
/
load-file
Bulk Patient Panel File Load
curl --request POST \
  --url https://processing-request-staging.connectivehealth.io/v1/medication-history/load-file \
  --header 'Content-Type: multipart/form-data' \
  --header 'apiKey: <api-key>' \
  --form file=@example-file
{
  "correlationId": "9e923da0-f3cb-4d2b-9fbb-17417104ffd0"
}

Authorizations

apiKey
string
header
required

API Key

Body

multipart/form-data

Response

200
application/json

Success

The response is of type object.