curl --request POST \
--url https://api.sprucecollective.co.uk/admin/webflow/replay-submission \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"payload": {
"data": {},
"formElementId": "<string>",
"formId": "<string>",
"id": "<string>",
"name": "<string>",
"pageId": "<string>",
"publishedPath": "<string>",
"schema": [
{
"fieldElementId": "<string>",
"fieldName": "<string>",
"fieldType": "<string>"
}
],
"siteId": "<string>",
"submittedAt": "<string>"
},
"triggerType": "<string>"
}
'{}Replays historical Webflow form submissions with proper deduplication and timestamp handling. This endpoint is designed for processing historical data and should be used with admin authentication.
curl --request POST \
--url https://api.sprucecollective.co.uk/admin/webflow/replay-submission \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"payload": {
"data": {},
"formElementId": "<string>",
"formId": "<string>",
"id": "<string>",
"name": "<string>",
"pageId": "<string>",
"publishedPath": "<string>",
"schema": [
{
"fieldElementId": "<string>",
"fieldName": "<string>",
"fieldType": "<string>"
}
],
"siteId": "<string>",
"submittedAt": "<string>"
},
"triggerType": "<string>"
}
'{}Type "Bearer" followed by a space and JWT token.
Historical Webflow form submission payload
Show child attributes
Success response with processing results
The response is of type object.