v1
latestOpenAPI 3.0.02026-08-06165119238.1 KBForm
List forms
Retrieves a list of forms wrapped in the element "results".
get/v3/forms
Response
OK
Example response
[
{
"title": "Test",
"internal-description": "This form is for testing",
"public-description": "Please provide some info",
"registration": true,
"fields": [
{
"slug": "first-name",
"placeholder": "first-name",
"required": true,
"order": 1
}
]
}
]