Get retailer-visible comments on a creditor application
Returns all comments in chronological order, including retailer, creditor, and system messages shown as "only visible to you" in the retailer portal. Requires VIEW_APPLICATION. Reading does not mark the conversation as read. Projections are eventually consistent: after a POST or a comment webhook, retry this GET if the new comment has not appeared yet.
| Path Parameters |
|---|
applicationId uuid — REQUIRED |
creditorId uuid — REQUIRED |
| Header Parameters |
|---|
X-CreditApp-Retailer-ID uuid |
| Responses | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
200All retailer-visible comments, oldest first. An empty conversation returns an empty array.
| ||||||||||||
400Invalid applicationId or creditorId | ||||||||||||
401Authentication required | ||||||||||||
403Retailer access or permission denied | ||||||||||||
404Application or creditor conversation not found |