Skip to main content
POST
/
admin
/
webflow
/
replay-submission
Replay Historical Webflow Submissions
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>"
}
'
{}

Authorizations

Authorization
string
header
required

Type "Bearer" followed by a space and JWT token.

Body

application/json

Historical Webflow form submission payload

payload
object
triggerType
string

Response

Success response with processing results

The response is of type object.