v2
latestOpenAPI 3.0.1MIT2026-07-3138140196.0 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"
]
}
}
}
]
}