Get many form implementations by UUID

POST/forms/form/implementations

Request body

Body shape: Request_GetManyFormImplementationsByUuid (required)

Responses

200List of form implementations.ObjectResponse
{}
401Unauthorized.Error
curl -X POST https://your-url.com/kong/core/api/gateway/forms/form/implementations\
  -H "Authorization: Bearer $DELIO_API_KEY"\
  -H "Content-Type: application/json"\
  -d '{
  "uuids": []
}'