var s = new SeatGeek("YOUR_API_KEY"); s.Event.allEvents().get().then(function(res){ console.log(res) });