FaxStore
The Forms API for FaxStore allows you to create, update, delete, and retrieve form templates. It simplifies the management of form data and user interactions on your site.
GET /api/forms
Returns all forms on the site. This doesn't return submissions.
authorization | [Header] A valid API token |
GET /api/forms/:id
Returns the provided form.
authorization | [Header] A valid API token |
id | [URL] The form database ID |
DELETE /api/forms/:id
Deletes the form
authorization | [Header] A valid API token |
id | [URL] The form database ID |