v1

latestOpenAPI 3.0.02026-07-22266146.1 KB
Forms

Get form metadata

Returns the full form definition (HTML, JSON schema, CSS) for a given form. Called by the form embed before rendering a form to a respondent. No authentication required.

get/public/form_data/{form_id}

Path parameters

form_idstring uuid required

UUID of the form to retrieve

Response

Form found

idstring uuid
titlestring
descriptionstring nullable
form_htmlstring nullable
form_jsonobject nullable
form_cssstring nullable
vanity_urlstring nullable
versioninteger
activeboolean
customer_idinteger
signableboolean
signature_confirmation_labelstring nullable
submission_countinteger
typestring nullable
deletedboolean
archivedboolean
created_atstring date-time
updated_atstring date-time
All 26 operations