# Get Discounts **GET /o/op/1/menu/discounts** Returns a list of discounts for a specific business location. ## 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 #### Query parameters - **businessLocationId** (integer(int64)) The unique identifier for the business location. ## Responses ### 200: Load discounts #### Body Parameters: application/json (array[object]) - **name** (string) The discount name as configured in merchant account. - **code** (string) The discount code as configured in merchant account. - **discountPercentage** (number) The discount percentage, may be fractional. A discount can be a percentage or an amount, but not both. - **discountAmount** (number) The discount amount, may be fractional. A discount can be a percentage or an amount, but not both. [Powered by Bump.sh](https://bump.sh)