Get assigned form implementations

GET/forms/implementations/assigned

Responses

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