Weblutions Documentation
Weblutions Main Site Contact Us Our Discord
Some pages are still pending proper formatting, if required refer to the legacy documentation website.
FaxStore IconFaxStore

Forms

By Josh M. 1 min 0

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]