POST
/
v1
/
hl7
/
Process HL7 Message
curl --request POST \
  --url https://api.bluehive.com/v1/hl7/ \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '"<string>"'
"<string>"

Authorizations

Authorization
string
header
required

API key for accessing BlueHive API endpoints. Format: "ApiKey <your-api-key>" or "Bearer <your-api-key>"

Body

application/json

Raw HL7 message content or object containing message

Raw HL7 message content or object containing message

Response

200
application/json

HL7 ACK message