# Validate Coupons **POST /coupons/channel/{channelLinkId}/coupons/{couponCode}/validate** Validate Coupons ## Servers - Staging Environment: https://api.staging.deliverect.com (Staging Environment) ## Authentication methods - Bearer auth ## Parameters ### Path parameters - **channelLinkId** (string) - **couponCode** (string) ### Body: application/json (object) - **orderType** (integer) Order type, according to the fulfillment type - **items** (array[object]) - **channel** (integer) - **channelLinkId** (string) ## Responses ### 200 #### Body: application/json (object) - **code** (string) - **description** (string) - **discounts** (array[object]) ### 422 Unprocessable Entity #### Body: application/json (object) - **code** (string) - **message** (string) - **context** (object) [Powered by Bump.sh](https://bump.sh)