Skip to main content
POST
Mark a submission as spam

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

form_id
string
required

The form's id, as shown in the dashboard and in the form's endpoint URL

submission_id
string
required

The submission's id

Response

id
string
required
Example:

"64c000000000000000000001"

form_id
string
required
Example:

"AbC123xyz"

created_at
string
required
Example:

"2026-01-15T10:00:00.000Z"

spam
boolean
required
read
boolean
required
ip
string | null
required

The address the submission came from, or null when unknown.

country
string | null
required

Two letter uppercase code from the address, or null when unknown.

Example:

"DE"

user_agent
string | null
required

The visitor's browser, as it announced itself, or null.

referer
string | null
required

The page the form was on, as the browser reported it, or null.

fields
object[]
required
attachments
object[]
required