Get enabled forms for current user

GET/v1/users/forms/enabled-for-user

Responses

200Enabled user data forms for the current user.Collection_UserDataFormResource
/** Imported from delio-core. */
type Collection_UserDataFormResource = unknown[]
401Unauthorized.Error
curl https://your-url.com/kong/core/api/gateway/v1/users/forms/enabled-for-user\
  -H "Authorization: Bearer $DELIO_API_KEY"\
  -H "Content-Type: application/json"