latestOpenAPI 3.0.02026-08-102034118.0 KB
8f580eff2157
Loan dunning cases
Index the notifications of a dunning case
Returns the notifications related to a dunning case.
get/v1/dunning_cases/{dunning_case_id}/notifications
Path parameters
dunning_case_idstring required
The ID of the dunning case for which the notifications should be retrieved.
Response
LoanEngine.V1.ListDunningCaseNotificationsResponse
Example response
[
{
"type": "dunning_letter",
"id": "de8d170b-321c-425b-830d-ed406cba6792",
"created_at": "2021-04-16T13:52:05Z"
}
]