Skip to main content
POST
/
admin
/
webflow
/
process-submission
Process Webflow Submission (Admin Only)
curl --request POST \
  --url https://api.sprucecollective.co.uk/admin/webflow/process-submission \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "date_submitted": "<string>",
  "email": "<string>",
  "matched_item_id": "<string>",
  "name": "<string>",
  "existing_user": {
    "created_at": "<string>",
    "found": true,
    "signup_source": "<string>",
    "user_id": "<string>"
  },
  "matched_prize_name": "<string>",
  "number": "<string>",
  "prize_raw": "<string>",
  "site_id": "<string>"
}
'
{}

Authorizations

Authorization
string
header
required

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

Body

application/json

Webflow submission data

date_submitted
string
required
email
string
required
matched_item_id
string
required
name
string
required
existing_user
object
matched_prize_name
string
number
string
prize_raw
string
site_id
string

Response

Success response with processing results

The response is of type object.