Skip to content

Connecting to Synura

Synura accepts HL7 v2 messages over Synura Connect (port 443) and HTTPS. Synura Connect handles the TLS connection for you — it uses MLLP over TLS under the hood, so any system that speaks MLLP can connect. How you connect depends on what you’re working with.


Your situationGo here
I use Mirth ConnectQuick Start — automated installer, under 5 minutes
I use an integration engine with TLS support (Rhapsody, Iguana, InterSystems, Epic Bridges, Cloverleaf, etc.)Synura Connect (native MLLP over TLS) — point your engine at Synura directly, no bridge software needed
I want to send HL7 messages via REST APIHTTPS API — POST messages to a single endpoint
I’m building a custom integration in codeCode Samples — working Synura Connect examples in Python, Java, C#, Node.js, and Go

Every Synura connection uses these values:

SettingValue
Host{subdomain}.synura.io
Port443
TLS1.2 minimum
CertificateLet’s Encrypt (ISRG Root X1)
SNIRequired

Your subdomain is assigned when you create an endpoint in the Synura dashboard (e.g. acmelab).