v3
latestOpenAPI 3.0.1MIT2026-08-0438140196.2 KBRetrieve a form
Returns a single form by its ID with all its blocks and settings.
get/forms/{formId}
Path parameters
formIdstring required
The ID of the form to retrieve
Response
Form retrieved successfully
Example response
{
"blocks": [
{
"payload": {
"allowedFiles": {
"image/*": [
".png",
".jpg",
".gif"
],
"application/*": [
".pdf"
]
}
}
}
]
}