Skip to main content
GET
List a form's fields

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

form_id
string
required

The form's id, as shown in the dashboard and in the form's endpoint URL

Response

data
object[]
required

Most used first, at most 200 names.

submissions_read
number
required

How many submissions were read, newest first. Max 2,000.

Example:

2000