POST
/
api
/
v1
/
liquidity
/
utilization
/
drawdowns
Declare Drawdown Intent
curl --request POST \
  --url https://api.mansa.io/api/v1/liquidity/utilization/drawdowns \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '{
  "client_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "client_request_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "loan_id": "<string>",
  "corridor_id": "<string>",
  "intended_use": "<string>"
}'
{
  "id": "util_123"
}

Authorizations

X-API-Key
string
header
required

API key for authentication

Authorization
string
header
required

JWT token following RFC001 specification

Body

application/json

Response

Drawdown intent created

The response is of type object.