Skip to main content
POST
Submit an entry

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.

Path Parameters

form_token
string
required

Form token

Body

application/json
field_values
object
required

Map keyed by field api_code; unknown keys are dropped silently. Fields with private: true may be submitted; a private field's predefined_value applies only when the field is not submitted.

Example:

Response

Created

data
object
required

A submitted entry. In addition to the fixed fields below, every field of the parent form appears as a top-level key on the entry under its api_code. The JSON value type for each such key is determined by the corresponding field's type.

Field value shapes

Each field of the parent form appears as a top-level key on the entry, keyed by its api_code. The JSON shape of the value depends on the field's type:

Last modified on July 24, 2026