# Get Locations **GET /locations** This API call is used to retrieve locations. ## Servers - Sandbox server URL: https://localhost:8080 (Sandbox server URL) ## Authentication methods - Bearer auth ## Parameters ## Responses ### 200 Successful Response #### Body: application/json (object) - **code** (string) The location code. - **name** (string) The location name. - **description** (string) The location description. - **functionalCurrency** (string) The location currency. - **userUsage** (string) Indicates if location is eligible for users. - **accountUsage** (string) Indicates if location is eligible for accounts. ### 401 Authentication Error. Invalid credentials. #### Body: application/json (object) - **code** (string) - **message** (string) - **description** (string) ### 403 Authorization Error. Invalid role for request. [Powered by Bump.sh](https://bump.sh)