GET
/
api
/
v1
/
liquidity
/
utilization
/
{id}
Get Liquidity Utilization
curl --request GET \
  --url https://api.mansa.io/api/v1/liquidity/utilization/{id} \
  --header 'Authorization: Bearer <token>' \
  --header 'X-API-Key: <api-key>'
{
  "id": "util_123",
  "loan_id": "<string>",
  "corridor_id": "<string>",
  "intended_use": "<string>",
  "confirmed_use": "<string>",
  "settlement_date": "2023-11-07T05:31:56Z",
  "metadata": {},
  "notes": "<string>",
  "created_at": "2023-11-07T05:31:56Z",
  "updated_at": "2023-11-07T05:31:56Z",
  "proofs": [
    {
      "fileUrl": "<string>",
      "notes": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

X-API-Key
string
header
required

API key for authentication

Authorization
string
header
required

JWT token following RFC001 specification

Path Parameters

id
string
required

Response

Utilization item

The response is of type object.