Get a discount by ID

GET /discounts/{discountId}

Path parameters

  • discountId string Required

Responses

  • 200 application/json

    Successful response

  • 404

    Not Found

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