Create Location

Creates a new session location (room/venue) for an event. Requires event_id and name in the request body. Optional fields: capacity (max occupancy), color (hex code used for display in session calendars), and use_event_address (when true, the location reuses the event's address rather than its own).

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Form Data
integer
required

ID of the event this location belongs to.

string
required
length ≤ 255

Display name of the location.

integer

Maximum number of attendees the location can hold.

string
length ≤ 7

Hex colour code (including the leading #) used when rendering sessions assigned to this location.

integer
enum

1 when the location reuses the event's address (no standalone address is created); 0 to use the location's own address. Defaults to 1 when omitted. Only 0 and 1 are accepted — true/false will be rejected with a 422 validation error.

Allowed:
Responses

Language
Credentials
Bearer
access_token
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json