curl --request GET \
--url https://api.mansafinance.co/api/v2/liquidity/utilization/proof-of-funds/{withdrawalRequestId} \
--header 'Authorization: Bearer <token>' \
--header 'x-api-key: <api-key>'[
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"withdrawal_request_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"file_name": "<string>",
"mime_type": "<string>",
"url": "<string>",
"file_size": 123,
"hash_sha256": "<string>",
"recorded_at": "2023-11-07T05:31:56Z",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}
]Retrieve all proof-of-funds documents for a withdrawal request.
curl --request GET \
--url https://api.mansafinance.co/api/v2/liquidity/utilization/proof-of-funds/{withdrawalRequestId} \
--header 'Authorization: Bearer <token>' \
--header 'x-api-key: <api-key>'[
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"withdrawal_request_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"file_name": "<string>",
"mime_type": "<string>",
"url": "<string>",
"file_size": 123,
"hash_sha256": "<string>",
"recorded_at": "2023-11-07T05:31:56Z",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}
]API key for authentication
JWT token following RFC001 specification
ID of the withdrawal request