Skip to main content
GET
/
api
/
v1
/
liquidity
/
utilization
/
settlement-proofs
/
{drawdownId}
Get Settlement Proofs
curl --request GET \
  --url https://api.mansafinance.co/api/v1/liquidity/utilization/settlement-proofs/{drawdownId} \
  --header 'Authorization: Bearer <token>' \
  --header 'x-api-key: <api-key>'
{
  "drawdown_id": "a1a2b3c4-d5e6-4789-9abc-def012345678",
  "count": 3,
  "proofs": [
    {
      "id": "f8e9a0b1-2c3d-4e5f-6a7b-8c9d0e1f2a3b",
      "proof_id": "5d6e7f8a-9b0c-4d1e-8f2a-3b4c5d6e7f8a",
      "drawdown_id": "a1a2b3c4-d5e6-4789-9abc-def012345678",
      "route_id": "9f5c0a5b-2a7e-4a6d-9b6a-9c5d8f1e2a33",
      "doc_type": "MT103",
      "mime_type": "application/pdf",
      "url": "s3://mansa/proofs/fvbank_wire_20251016.pdf",
      "hash_sha256": "ab84e2a7c6d3f9c0e1a2b3c4d5e6f708",
      "recorded_at": "2025-10-16T16:10:44Z",
      "metadata": {},
      "created_at": "2025-10-16T16:10:44Z",
      "updated_at": "2025-10-16T16:10:44Z"
    }
  ]
}

Authorizations

x-api-key
string
header
required

API key for authentication

Authorization
string
header
required

JWT token following RFC001 specification

Path Parameters

drawdownId
string
required

Unique identifier of the drawdown to retrieve proof documents for

Response

Settlement proof documents retrieved successfully

drawdown_id
string
required

Drawdown ID these proof documents belong to

Example:

"a1a2b3c4-d5e6-4789-9abc-def012345678"

count
integer
required

Number of proof documents found

Example:

3

proofs
object[]
required

Array of settlement proof documents