cURL
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
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The ID of your event
Name of the venue
City where the venue is located
The Northstar Hotel ID
Proposal request successful