Skip to main content
GET
Get a form

Authorizations

Authorization
string
header
required

A Sorraia API key created in the dashboard (Settings → Integrations, under Programmatic API access). Pass it as Authorization: Bearer sor_live_.... API access is included with every paid plan; a key whose account is on the Free plan receives 402 plan_feature_gated.

Path Parameters

id
integer
required

The resource id.

Response

The form.

id
integer
required
name
string
required
type
enum<string>
required
Available options:
standard,
multi-step
createdAt
string<date-time>
required
updatedAt
string<date-time>
required
domain
object | null

Bound domain, or null for legacy unbound forms.

submissionCount
integer

Present on list responses; omitted on the single-resource view.

fields
object[]

The form's field schema. Present on the single-resource (detail) view only.