Skip to main content
POST
Submit a form

Authorizations

Authorization
string
header
required

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

Path Parameters

slug
string
required

URL-friendly identifier of the form.

Body

application/json

Object keyed by the form's field names. Keys and validation rules are determined by the form definition.

_hp_name
string

Honeypot field. Must be left empty; a non-empty value causes the submission to be rejected as spam.

Response

The form was submitted successfully.

success
boolean
message
string

The form's configured success message.