GET
/
api
/
v1
/
liquidity
/
onboarding
/
credit-limit
Get Credit Limit
curl --request GET \
  --url https://api.mansa.io/api/v1/liquidity/onboarding/credit-limit \
  --header 'Authorization: Bearer <token>' \
  --header 'X-API-Key: <api-key>'
{
  "credit_limit": 100000,
  "used_credit": 25000,
  "available_credit": 75000,
  "currency": "USD",
  "created_at": "2025-08-02",
  "updated_at": "2025-08-02"
}

Authorizations

X-API-Key
string
header
required

API key for authentication

Authorization
string
header
required

JWT token following RFC001 specification

Response

Credit limit retrieved successfully

The response is of type object.