Get a discount by ID

GET /discounts/{discountId}

Responses

  • 200 application/json

    Successful response

  • Not Found

GET /discounts/{discountId}
curl \
 -X GET localhost:8080/discounts/{discountId}