Get all forms

GET/forms/form

Responses

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