Get form implementations

GET/forms/form/{uuid}/implementations

Path parameters

  • uuidstringRequired#
    Unique identifier for the form.

Responses

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