About
The Notification API allows third-party systems to detect changes related to FINRA datasets/resources via polling.
Notifications related to various event types can be accessed using the same approach
Provides efficient way of detecting changes without having to query for changes
Synchronous integration model, similar to other FINRA API integrations
1. How do I get more information regarding what has changed related to a dataset using Notification API?
You can get full information regarding the change by calling related Query API dataset using the details provided by the Notification API.
2. Will I get all my notifications at once?
Notifications are returned based on event type. You have to call API separately to get notifications related to each event type.
Example: For FINRA Rulebook Notification you have to call the endpoint with event-type: "finrarulebook" and for notifications related to other events you will have to call the endpoint again with their respective event-type.