Skip to main content
POST
/
api
/
match
Match investor to recommended funds
curl --request POST \
  --url https://api.carterascolectivas.co/api/match \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "risk_profile": "moderate",
  "investment_amount": 123
}
'

Authorizations

x-api-key
string
header
required

Body

application/json
segment
enum<string>
required
Available options:
pn,
pj,
institucional,
especiales
risk_profile
enum<string>
default:moderate
Available options:
conservative,
moderate,
aggressive
investment_amount
number

Investment amount in COP

investment_horizon
enum<string>
Available options:
short,
medium,
long

Response

200

Matched fund recommendations