Book seats for an anonymous user
Bookings
Book seats for an anonymous user
Allows an unregistered user to book seats. The system will automatically create a new user account if one does not exist for the provided email and send an activation link to that email. If an account already exists, an error is returned prompting the user to log in.
POST
Book seats for an anonymous user
Body
application/json
The user's email address. An account will be created if it doesn't exist.
The user's phone number, preferably in international E.164 format.
Example:
"+375291234567"
The unique identifier for the event.
An array of unique identifiers for the seats to be booked.
Example:
[101, 102]Response
Booking successful. An account has been created and an activation link has been sent to the provided email.