Skip to main content
GET
Get a published form's public structure

Authorizations

Authorization
string
header
required

Personal Access Token prefixed with fh_. Sent as Authorization: Bearer fh_xxx. The scope required by each endpoint is listed in that endpoint's description.

Headers

X-Form-Access-Password
string

Access password, when the form is password-protected

Path Parameters

form_token
string
required

Token of a published form

Response

Password supplied via header unlocks a protected form

data
object
required

A published form's public structure: public fields and conditional field-display rules. Private fields and owner-only settings are excluded.

Last modified on July 24, 2026