Get Form Submissions
Client Forms
Get Form Submissions
Retrieves submissions for a client form, optionally filtered to a specific client.
Authentication
All requests require an Authorization header using Bearer token authentication:
Authorization: Bearer <api_key>
GET
Get Form Submissions
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Global ID of the client form. Required.
Example:
"Q2xpZW50Rm9ybToxMjM="
Query Parameters
Global ID of the client to filter submissions by. Optional.
Example:
"Q2xpZW50OjEyMw=="

