Skip to main content
GET
Get Form Submissions

Authorizations

Authorization
string
header
required

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

Path Parameters

client_form_id
string
required

Global ID of the client form. Required.

Example:

"Q2xpZW50Rm9ybToxMjM="

Query Parameters

client_id
string

Global ID of the client to filter submissions by. Optional.

Example:

"Q2xpZW50OjEyMw=="

Response

Submissions retrieved successfully. Returns an array of submission objects ordered by creation date descending.

status
string
Example:

"success"

message
string
Example:

"Submissions retrieved successfully"

data
object