| API | Protocol | Base URL | Docs | Reference | OpenAPI | SDKs |
|---|---|---|---|---|---|---|
| Main | rest | https://api.jotform.com/ | link | — | — | — |
Actions (10)
Forms · 7
- Create form webhookPOST /v1/form/{form_id}/webhooks
Register a webhook for a form.
documented - Get form questionsGET /form/{form_id}/questions
Return the questions/fields for a specific form.
documented - List form filesGET /form/{form_id}/files
List files uploaded to a form.
documented - List form submissionsGET /form/{form_id}/submissions
Retrieve all submissions for a specific form.
documented - List form webhooksGET /form/{form_id}/webhooks
List webhooks configured for a form.
documented - List formsGET /user/forms
List all forms owned by the authenticated user.
documented - Submit formPOST /form/{form_id}/submissions
Create a new submission for the specified form.
documented