Get Form Overview
GET
/v1/forms/{form_id}/overviewReturns public information about a form.
This endpoint does not require authentication.
Path Parameters
form_idstring
Response Body
curl -X GET "https://forms.vexrun.com/v1/forms/string/overview"{
"status": "open",
"schema": null,
"show_branding": true,
"redirect_url": null,
"success_title": "string",
"success_message": "string"
}{
"message": "string"
}