v1

latestOpenAPI 3.0.12026-07-243686491.1 MB
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

codestring required

The promotion code to validate

Example request

{
  "code": "SUMMER2024"
}

Response

Promotion code is valid