Get enabled investor preference forms

GET/v1/users/investor-preferences/enabled/{userUuid}

Path parameters

  • userUuidstringRequired#
    Unique identifier of the user to check enabled preference forms for.

Responses

200Enabled investor preference forms for the user.Collection_InvestorPreferenceFormResource
/** Imported from delio-core. */
type Collection_InvestorPreferenceFormResource = unknown[]
401Unauthorized.Error
404Not found.Error
curl https://your-url.com/kong/core/api/gateway/v1/users/investor-preferences/enabled/{userUuid}\
  -H "Authorization: Bearer $DELIO_API_KEY"\
  -H "Content-Type: application/json"