GET
/forms/:id/responses/countCount Responses
Get the total count of form responses
Scope: RESPONSES_READ
Overview
Returns the total number of submissions for a specific form. Supports optional date range filtering.
Request
GET
/forms/:id/responses/countPath Parameters
Query Parameters
Headers
| Header | Value |
|---|---|
Authorization | Bearer fxk_live_<your-api-key> |
Example Request
curl -X GET "https://api.formfex.com/api/v1/public/forms/FORM_ID/responses/count?startDate=2026-03-01" \
-H "Authorization: Bearer $FORMFEX_API_KEY"Response
n8n
In n8n, this operation is available as Count under the Response resource in the Formfex node.