# Region Management ## List supported regions - [GET /regions](https://docs.ticketingevents.com/openapi/region-management/list_regions.md): Retrieve a list of supported regions where events can be staged. ## Add a supported region - [POST /regions](https://docs.ticketingevents.com/openapi/region-management/add_region.md): Add a supported region to the TickeTing system. Any venue created needs to reference the region in which it is located. Events staged at this venue will be grouped within the related region, and are displayed to users based on their regional preference. ## Retrieve region details - [GET /regions/{region}](https://docs.ticketingevents.com/openapi/region-management/retrieve_region.md): Retrieve the details of the specified region. ## Modify region details - [PUT /regions/{region}](https://docs.ticketingevents.com/openapi/region-management/update_region.md): Update the details of the specified region ## Remove a supported region - [DELETE /regions/{region}](https://docs.ticketingevents.com/openapi/region-management/remove_region.md): Completely remove a supported region from the system. A region can only be deleted if it has no venues associated to it.