# Review Promotion You need to review a promotion before activating it. This method returns the list of errors, if any. NoticeThis API call does not contain the project_id path-parameter, so you need to use the API key that is valid in all the company’s projects to set up authorization. Endpoint: GET /merchants/{merchant_id}/promotions/{promotion_id}/review Version: 2.0 Security: basicAuth ## Path parameters: - `merchant_id` (integer, required) Merchant ID. - `promotion_id` (integer, required) Promotion ID. ## Response 200 fields (application/json): - `component` (string) - `message` (string)