Fetch a list of forms belonging to the user. Each entry contains basic information about the form such as ID, name, and status. The returned results are paginated.
AuthorizationRequiredBearer <token>API key as Bearer token
In: header
pageinteger0Minimum: 0Maximum: 9007199254740991pageSizeinteger50Minimum: 1Maximum: 250typestringIf specified, only forms of the given type are fetched. Otherwise, all forms are fetched.
"standalone" | "order"Get Contact Activity
Paginated activity log for a contact (checkouts, refunds, scans, emails, invoice payments).
Create Form
Create a new, empty form with no elements. The `isEventForm` flag may only be set at creation time and cannot be changed afterwards, because converting between standalone and event forms is a destructive operation that affects element layout and attendee configuration. Returns the full form document.