FusionAuth API — Form
FusionAuth API — Form. 12 operations. Lead operation: Retrieves the form field with the given Id.. Self-contained Naftiko capability covering one business surface.
FusionAuth API — Form is a Naftiko capability published by FusionAuth, one of 33 capabilities the APIs.io network indexes for this provider. It bundles 12 operations across the POST, DELETE, PATCH, GET, and PUT methods rooted at /v1/api/form.
The capability includes 2 read-only operations and 10 state-changing operations. Lead operation: Creates a form. Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.
Tagged areas include FusionAuth and Form.
What You Can Do
MCP Tools
fusionauth-createform
Creates a form. You can optionally specify an Id for the form, if not provided one will be generated.
fusionauth-createformfield
Creates a form field. You can optionally specify an Id for the form, if not provided one will be generated.
fusionauth-createformfieldwithid
Creates a form field. You can optionally specify an Id for the form, if not provided one will be generated.
fusionauth-deleteformfieldwithid
Deletes the form field for the given Id.
fusionauth-patchformfieldwithid
Patches the form field with the given Id.
fusionauth-retrieveformfieldwithid
Retrieves the form field with the given Id.
fusionauth-updateformfieldwithid
Updates the form field with the given Id.
fusionauth-createformwithid
Creates a form. You can optionally specify an Id for the form, if not provided one will be generated.
fusionauth-deleteformwithid
Deletes the form for the given Id.
fusionauth-patchformwithid
Patches the form with the given Id.
fusionauth-retrieveformwithid
Retrieves the form with the given Id.
fusionauth-updateformwithid
Updates the form with the given Id.