Register Attendee Endpoint

Register via project registration link.

  • Public token: attendee registration only (mandatory face photo).
  • Member token: requires Clerk sign-in; attendee, startup, or both (face required when attendee is included).
post/register-attendee

Request body

tokenstring required
registration_type'attendee' | 'attendee_startup' | 'startup'
namestring nullable
emailstring nullable
startup_namestring nullable
startup_contact_emailstring nullable
use_same_email_for_startupboolean
face_image_idstring nullable
personFieldsobject

Response

Successful Response

{"stackTrail":"paths:/register-attendee:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}

Changes