Retrieve messages posted on a loan across its customer/broker-visible chatrooms. Internal banker-only threads are never returned.
Security
ApiKeyAuth
- https://api.pioneerft.com/apihttps://api.pioneerft.com/api/public/v1/loans/{id}/messages
- https://api.staging.pioneerft.com/apihttps://api.staging.pioneerft.com/api/public/v1/loans/{id}/messages
curl -i -X GET \
'https://api.pioneerft.com/api/public/v1/loans/{id}/messages?limit=50&offset=0&cursor=string' \
-H 'Authorization: Bearer <YOUR_API Key_HERE>'Response
- object
- object (2)
{ "data": [ { "id": "string", "content": "string", "authorId": "string", "authorName": "string", "parentMessageId": "string", "createdAt": "string" } ], "meta": { "mode": "offset", "limit": 0, "offset": 0, "hasMore": true } }