AsyncAPI channel · HM Land Registry
· HM Land Registry Business Gateway Notifications
/v1/notifications
Poll channel returning up to 100 unacknowledged notifications for the calling business unit, oldest first. Filterable by created_after, created_before, occurred_after, occurred_before, status (NEW or ACKNOWLEDGED, NEW is the default), notification_type, subject, additional_provider_filter and limit.
Provider:HM Land RegistryAsyncAPI: v3.0.0Spec: HM Land Registry Business Gateway NotificationsOperations: 1Messages: 11
Channel address
/v1/notifications
Operations
receive
receiveNotifications
Poll for notifications about applications submitted by your business unit.
Messages
application.accepted-priority-protected
Application accepted and added to the daylist.
Content-Type: application/json
application.accepted-priority-pending
Application accepted and queuing for the daylist.
Content-Type: application/json
application.validation-failed
Application failed validation.
Content-Type: application/json
application.error
Application not added to the daylist due to a system error.
Content-Type: application/json
application.correspondence-despatched
A correspondence was raised on the application.
Content-Type: application/json
application.attachment-success
Document successfully attached to application.
Content-Type: application/json
application.attachment-failed
Document failed to attach to application.
Content-Type: application/json
application.message-success
Message successfully attached to application.
Content-Type: application/json
application.message-failed
Message failed to attach to application.
Content-Type: application/json
application.cancelled
Application cancelled.
Content-Type: application/json
application.completed
Application completed.
Content-Type: application/json
About AsyncAPI
The AsyncAPI specification describes event-driven APIs the way OpenAPI describes request/response APIs. A channel is the named pipe — a webhook URL, a Kafka topic, a WebSocket route, an MQTT subject — that producers and consumers publish or subscribe to. Each channel carries one or more messages with structured payloads, and an operation declares whether a given party sends or receives on that channel.