Export form fields

GET/forms/form/{uuid}/export

Path parameters

  • uuidstringRequired#
    Unique identifier for the form.

Responses

200Exported form fields.ObjectResponse
{}
401Unauthorized.Error
404Form not found.Error
curl https://your-url.com/kong/core/api/gateway/forms/form/{uuid}/export\
  -H "Authorization: Bearer $DELIO_API_KEY"\
  -H "Content-Type: application/json"