Notifications API
Use this service to get updates about multiple applications submitted by the same business unit
Version and Status
Overview
The Notifications API provides a way of fetching updates about multiple applications submitted by the same business unit. Currently, this service only supports a pull interaction model, where notifications must be requested periodically. However, more information about a push interaction model will be shared in future.
This API has two endpoints:
GET /v1/notificationsget all notifications that match the provided filtersPOST /v1/notifications/acknowledge- notify HMLR that notifications have been received
View the technical guide
View the API specification
How the API works
This diagram demonstrates how the Notifications API works to support users.
A user may send requests to receive notifications about multiple applications at the same time using the Get notifications API. The HMLR system will respond by providing information relevant to the request.
A user can also notify HMLR that it has received notifications using the Acknowledge notifications API. The system will acknolwedge this notification.
How to test this API
HMLR has created a test environment for the Notifications API. We’ve also provided example code to demonstrate what you should expect when developing your own services.
For general testing guidance, visit our guide to testing.