GET
/
forms
/
:id

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

The ID of the form to retrieve

Response

200 - application/json
createdAt
string
required
id
string
required
isClosed
boolean
required
name
string
required
numberOfSubmissions
number
required
status
enum<string>
required
Available options:
BLANK,
DRAFT,
PUBLISHED,
DELETED
updatedAt
string
required
workspaceId
string
required
blocks
object[]
payments
object[]
settings
object