Get all form option presets

GET/forms/option-preset

Responses

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