# Locations Location endpoints for scheduling flow ## List locations - [GET /partner/v2/account/{accountId}/location](https://lobbie-partner.redocly.app/openapi/locations/listlocations.md): Retrieve a paginated list of active locations for the account. Supports filtering by name and storeId. Use storeId filter to find a location by partner's external identifier. ## Get location by ID - [GET /partner/v2/account/{accountId}/location/{locationId}](https://lobbie-partner.redocly.app/openapi/locations/getlocation.md): Retrieve location information by location ID. The location must belong to the account associated with the OAuth token.