Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Response
Booking created
Creates a new booking for a specific event and owner. The request requires the event_id, and guest details. If successful, the API responds with 201 Created and returns a unique booking_id representing the newly created booking.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Booking created