Bookings
Create Guest Booking
Creates a new booking request from an unauthenticated user (guest). This public endpoint allows guests to submit booking requests without creating an account upfront. A user account will be created automatically and a welcome email sent for password setup.
Create Guest Booking
Body
application/json
ID of the artist to book with
Minimum string length:
1Email address of the guest user
First name of the guest user
Minimum string length:
1Unique session ID for the guest (used for temporary image storage)
Minimum string length:
1Booking request details including tattoo info, dates, and images. Can be either Flash or Custom booking type.
Last name of the guest user (optional)
Create Guest Booking