Processes Message List
Retrieves all messages associated with a process. This endpoint returns all messages linked to the specified mortgage process. It validates that the process exists and belongs to the current broker before retrieving message data.
path Parameters
processUniqueIdUnique identifier of the mortgage process.
query Parameters
pageNumberPage number for pagination (default is 1).
pageSizeNumber of items per page for pagination (default is 20).
Headers
AuthorizationBearer token for authentication. Format: Bearer {token}
Processes Message List › Responses
The list of messages was successfully retrieved.
totalCountTotal number of messages associated with the process
countNumber of messages in the current response
Processes Message Create
Creates a new message associated with a process. This endpoint creates a new message for the specified mortgage process. The request payload is validated against the process and broker context before being persisted. The message is attributed to the authenticated user and stored for future retrieval.
path Parameters
processUniqueIdUnique identifier of the mortgage process.
Headers
AuthorizationBearer token for authentication. Format: Bearer {token}
Processes Message Create › Request Body
subjectSubject of the message
textBody text of the message
Processes Message Create › Responses
The message was successfully created.