Skip to main content
WEBHOOK

Authorizations

Authorization
string
header
required

Pass your API key as: Authorization: Bearer <API KEY>.

User-Agent
string
header
default:BosscartDocs/1.0
required

Client identifier sent with requests from the documentation playground.

Body

application/json

POST payload delivered for the form_submitted event.

website
object

Information about the website where the event originated.

contact
object
formName
string
Example:

"Contact Form"

formValues
object[]

Field/value pairs of all submitted fields.

Response

200

Return a 2xx status to acknowledge receipt.

Last modified on September 2, 2026