# Location

A Location is a place a company runs its experiences from, referenced by the `location_id` on every
session of an [Event](/apis/event/getevents).
Each Location carries a postal address, optional geographic coordinates, and the IANA time zone that
interprets its sessions' offset-free `start_time` and `end_time`. The time zone falls back to
`Europe/Copenhagen` when the company has not set one.

 - [GET /v1/locations](https://developer.understory.io/apis/location/getlocations.md): Get all locations for the company.
 - [GET /v1/locations/{locationId}](https://developer.understory.io/apis/location/getlocationbyid.md): Get a location by its ID. A removed location is no longer resolvable and returns `404`.
