# Location discounts get full External API for bulk location discount operations. Provides functionality to create multiple locations discounts in a single request. Requires API key authentication for all requests. Endpoint: GET /location-discounts/get-full Version: v1 Security: BearerAuth ## Query parameters: - `limit` (integer) Number of results to return per page. - `offset` (integer) The initial index from which to return the results. ## Response 200 fields (application/json): - `location_discounts` (array, required) - `location_discounts.id` (string) - `location_discounts.location` (string, required) - `location_discounts.discount_percent` (number) - `location_discounts.domain_email` (string, required)