POST
/
api
/
v1
/
liquidity
/
utilization
/
{id}
/
proofs
Submit Proof of Transfer/Payment
curl --request POST \
  --url https://api.mansa.io/api/v1/liquidity/utilization/{id}/proofs \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: multipart/form-data' \
  --header 'X-API-Key: <api-key>' \
  --form client_id=3c90c3cc-0d44-4b50-8888-8dd25736052a \
  --form client_request_id=3c90c3cc-0d44-4b50-8888-8dd25736052a \
  --form type=payment \
  --form file=@example-file
{
  "message": "<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

Body

multipart/form-data

Response

Proof submitted

The response is of type object.