Skip to main content
POST
Contact Sign Up

Contact Sign Up

Creates a new contact-level account. Contacts are users who are not full members but have registered interest, attended events, or interacted with the space. This endpoint is used for lighter-weight registration flows.

Authentication

No authentication required.

Request Body

Same dynamic field structure as the main sign-up endpoint, based on operator checkout configuration.
FullName
string
required
Full name of the contact.
Email
string
required
Email address for the contact account.

Response

Returns a confirmation object on success.

Examples

Register a contact

TypeScript Integration