curl --request GET \
--url https://app.azalt.co/api/v1/form-submissions/counts \
--header 'Authorization: Bearer <token>'[
{
"formSiteId": "<string>",
"formId": "<string>",
"formName": "<string>",
"siteId": "<string>",
"siteName": "<string>",
"year": 123,
"submissionCount": 123
}
]curl --request GET \
--url https://app.azalt.co/api/v1/form-submissions/counts \
--header 'Authorization: Bearer <token>'[
{
"formSiteId": "<string>",
"formId": "<string>",
"formName": "<string>",
"siteId": "<string>",
"siteName": "<string>",
"year": 123,
"submissionCount": 123
}
]Bearer authentication header of the form Bearer <token>, where <token> is your auth token.