Skip to main content
GET
/
events
/
{eventId}
/
quotes
Get Venue Quotes
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
  }
]
Retrieve pricing quotes for all venues associated with your event.

Path Parameters

eventId
string
required
The ID of your event

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

eventId
string
required

Response

200 - application/json

List of venue quotes

venue_id
string
venue_name
string
city
string
quote_total
number