Promotion Codes
Validate a promotion code
Validates that the given code is unique and can be used for a new promotion. Required scope: promotion-codes:read </br>Organization authorization: supported
post/api/v1/promotion-codes/validate-code
Request body
Example request
{
"code": "SUMMER2024"
}Response
Promotion code is valid
Changes
No recorded changes to this endpoint across all 1 revision of this API.