# Locations [Locations in the product knowledge base](https://alteg.io/en/support/knowledge-base/4835906213149-general-information-location-settings/) Location management. Create, read, update locations and their settings. ## Get a list of locations - [GET /v1/companies](https://developer.alteg.io/en/locations/get_location_list.md): Get a list of locations with data ## Create a location - [POST /v1/companies](https://developer.alteg.io/en/locations/create_location.md): Create new location ## Get location - [GET /v1/company/{location_id}](https://developer.alteg.io/en/locations/get_location.md): Getting information about the location. ## Change location - [PUT /v1/company/{location_id}](https://developer.alteg.io/en/locations/update_location.md): Change location data ## Delete location - [DELETE /v1/company/{location_id}](https://developer.alteg.io/en/locations/delete_location.md): Delete a location.