# Locations

## Endpoints

### Create a Location

- [POST /v1/terminal/locations](https://docs.stripe.com/api/terminal/locations/create.md)

### Update a Location

- [POST /v1/terminal/locations/:id](https://docs.stripe.com/api/terminal/locations/update.md)

### Retrieve a Location

- [GET /v1/terminal/locations/:id](https://docs.stripe.com/api/terminal/locations/retrieve.md)

### List all Locations

- [GET /v1/terminal/locations](https://docs.stripe.com/api/terminal/locations/list.md)

### Delete a Location

- [DELETE /v1/terminal/locations/:id](https://docs.stripe.com/api/terminal/locations/delete.md)

A Location represents a grouping of readers.

Related guide: [Fleet management](https://docs.stripe.com/docs/terminal/fleet/locations.md)
