Skip to main content
POST
/
venues
/
request-proposal
Request Venue Proposal
curl --request POST \
  --url https://nowadays.ai/api/northstar/venues/request-proposal \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "event_id": 123,
  "venue_name": "<string>",
  "venue_city": "<string>",
  "ntm_id": "<string>"
}
'
{
  "venue_id": "<string>"
}
Request a proposal from a specific venue for your event. You can identify the venue using the venue name and city.
event_id
number
required
The ID of your event
ntm_id
string
The Northstar Hotel ID
venue_name
string
required
Name of the venue
venue_city
string
required
City where the venue is located

Authorizations

Authorization
string
header
required

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

Body

application/json
event_id
number
required

The ID of your event

venue_name
string
required

Name of the venue

venue_city
string
required

City where the venue is located

ntm_id
string

The Northstar Hotel ID

Response

200 - application/json

Proposal request successful

venue_id
string