Weblutions Documentation
Weblutions Main Site Contact Us Our Discord
FaxStore IconFaxStore

Forms

By Josh M. 1 min 19

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]