Register customer notification endpoint URL.

POST {{baseUrl}}/notifications/endpoint

Register a new notification endpoint URL for the customer per introducer. The URL is used by the B2B API to send notifications to the customer via REST/JSON.

Notifications are events which inform the customer about e.g. proposal status changes.

To receive proposal change events, the customer must subscribe to the event for each proposal individually. The customer must provide the customer notification API as described in the corresponding openapi document.

Request Body

{"apiKey"=>"<string>", "basePath"=>"<string>", "created"=>"<dateTime>", "updated"=>"<dateTime>"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring