Skip to content

Get loan status

Request

Get a loan's current status and stage.

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

Responses

Current loan status

Bodyapplication/json
dataobject(PublicLoanStatus)
Response
{ "data": { "status": "string", "stage": { "id": "string", "name": "string" } } }