GET
/
api
/
v1
/
liquidity
/
management
/
loans
/
{id}
/
status
Check Loan Status
curl --request GET \
  --url https://api.mansa.io/api/v1/liquidity/management/loans/{id}/status \
  --header 'Authorization: Bearer <token>' \
  --header 'X-API-Key: <api-key>'
{
  "loan_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "status": "COMPLETED"
}

Authorizations

X-API-Key
string
header
required

API key for authentication

Authorization
string
header
required

JWT token following RFC001 specification

Path Parameters

id
string<uuid>
required

Response

Loan status

The response is of type object.