Get form templates

GET/forms/form/{uuid}/template

Path parameters

  • uuidstringRequired#
    Unique identifier for the form.

Responses

200List of form templates.Collection_FormTemplateResource
/** Imported from delio-core. */
type Collection_FormTemplateResource = unknown[]
401Unauthorized.Error
404Form not found.Error
curl https://your-url.com/kong/core/api/gateway/forms/form/{uuid}/template\
  -H "Authorization: Bearer $DELIO_API_KEY"\
  -H "Content-Type: application/json"