Get investor preference forms

GET/v1/users/investor-preferences

Responses

200List of investor preference forms.Collection_InvestorPreferenceFormResource
/** Imported from delio-core. */
type Collection_InvestorPreferenceFormResource = unknown[]
401Unauthorized.Error
curl https://your-url.com/kong/core/api/gateway/v1/users/investor-preferences\
  -H "Authorization: Bearer $DELIO_API_KEY"\
  -H "Content-Type: application/json"