Skip to content

Get loan status timeline

Request

Get the loan's status-transition history (most recent first), sourced from the audit log.

Security
ApiKeyAuth
Path
idstringrequired
curl -i -X GET \
  'https://api.pioneerft.com/api/public/v1/loans/{id}/timeline' \
  -H 'Authorization: Bearer <YOUR_API Key_HERE>'

Responses

Loan status timeline

Bodyapplication/json
dataArray of objects(PublicTimelineEvent)
Response
{ "data": [ { "timestamp": "string", "status": "string", "changedBy": "string", "note": "string" } ] }