Get a published form's public structure
Returns a published form’s public structure — its public fields and conditional
field-display rules — for filling the form or interpreting field_values. Private
fields and owner-only settings are never included.
If the form is password-protected, pass the password in the X-Form-Access-Password header.
Required scope: form:respond.
Authorizations
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
Access password, when the form is password-protected
Path Parameters
Token of a published form
Response
Password supplied via header unlocks a protected form
A published form's public structure: public fields and conditional field-display rules. Private fields and owner-only settings are excluded.