Halo Connect · AsyncAPI Specification
Halo Connect Webhooks
Version 1.0.0
Halo Cloud delivers HTTPS POST webhook notifications when an async or a registered query completes. The payload does NOT include the query result; the integrator retrieves results via the REST API using the provided queryId. Each request is HMAC-SHA256 signed and carries replay-prevention headers. Webhooks are configured by Halo support per subscription.
View Spec
View on GitHub
HealthcareAustraliaFHIRHL7InteroperabilityEHRPractice ManagementPrimary CareAU BaseHealth DataAsyncAPIWebhooksEvents
Channels
queryCompleted
Delivered as an HTTPS POST when a query completes.
Messages
QueryCompletedNotification
Query completed notification
Servers
https
integrator-endpoint
The integrator-hosted HTTPS endpoint (configured by Halo support). Optionally separate URLs may be configured for async vs registered sources. URLs support {siteId}, {queryId}, {source} template variables.