Developers
Forms API
Endpoints for retrieving and managing forms.
Get form fields
Request
Headers
Bearer <token>
Your personal token.
Path Parameters
The unique identifier of the form.
Response
The form’s unique identifier.
The timestamp of the published version, or null
if the form has no published version.
The list of fields in the form.
Each field object includes:
The field’s unique identifier.
The field’s display label.
The type of the field (e.g., text
, datetime
, etc.).