cURL
curl --request GET \ --url https://nowadays.ai/api/northstar/events/{eventId}/quotes \ --header 'Authorization: Bearer <token>'
[ { "venue_id": "<string>", "venue_name": "<string>", "city": "<string>", "quote_total": 123 } ]
Get quotes for all venues
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
List of venue quotes