FaxStore

Prerequisites
Installation & Setup
API
Config File
Developer Mode
Developer Tools
Enable Debug Mode
Events
Extensions
Features
Integrations
License System Extension
Permissions
Updating FaxStore

Weblutions Documentation > FaxStore > API > Forms

Forms

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.

Parameters:

authorization[Header] A valid API token

Response: [Expand]

GET /api/forms/:id

Returns the provided form.

Parameters:

authorization[Header] A valid API token
id[URL] The form database ID

Response: [Expand]

DELETE /api/forms/:id

Deletes the form

Parameters:

authorization[Header] A valid API token
id[URL] The form database ID

Response: [Expand]


Suggest an edit

Review this page

faxes

forms api

1 recommend this page