List Form Names
Lists the names of forms configured in the workspace.
Authentication: X-API-KEY header (see Authentication).
Request
curl -X GET https://api.withmoxie.com/public/action/formNames/list \
-H "X-API-KEY: your_api_key_here"
Response
Returns an array of form name strings.
["Contact Us", "Project Intake", "Discovery Questionnaire"]