📰Form
Create form submissions on behalf of a guest
Create a Form Submission
POST v1/guests/:guest_id/form
Request Body
Name
Type
Description
source
String
Source of the form submission. Must be either "web" or "in-venue-form". Defaults to "web"
venue_id
String
The venue ID that the form is applicable for. Optional.
Notes
The
organisation_idis automatically added from your authentication contextThe
guest_idis taken from the URL parameterValid values for
sourceare: "web", "in-venue-form"If
venue_idis not provided, it defaults to null
Response
Returns the created form data object.
Last updated
Was this helpful?

