# Get Business Locations **GET /reservation/api/1/user/platform/{platform-code}/business-locations** Retrieve all the business locations accessible for a User ## Servers - Demo URL: https://api.trial.lsk.lightspeed.app (Demo URL) - Production URL: https://api.lsk.lightspeed.app (Production URL) ## Authentication methods - O auth2 ## Parameters #### Path parameters - **platform-code** (string) The unique code assigned to the reservation platform. #### Query parameters - **page** (integer(int32)) The page number, when paginating - **size** (integer(int32)) The items per page, when paginating ## Responses ### 200: A list of business locations #### Body Parameters: application/json (array[object]) - **businessLocationId** (string) The unique identifier of the business location. - **city** (string) The business location's city. - **country** (string) The business location's country. - **name** (string) The business location's name. - **state** (string) The business location's state. - **street1** (string) The first line of the business location's street address. - **street2** (string) The second line of the business location's street address. - **zip** (string) The business location's postal code. ### 400: Non relevant request ### 403: Access token not relevant for the businessLocation, use authorization-code ### 404: No business locations found [Powered by Bump.sh](https://bump.sh)