POST

Request Review


Developer Preview

This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.

Submits a CMS compliance action on a data item for review.

Call this method when a user requests to publish or unpublish a CMS data item. The service fetches the relevant data item version(s) from CMS and emits a ReviewRequested domain event carrying the action, fetched content, and submitting identity. For UNPUBLISH_CHANGED, the caller can also specify which version to preserve as a draft. Nothing is emitted if a fetch fails.

Authentication

You can only call this method when authenticated as a Wix user or by using an account level API key.

Permissions
Enterprise CMS compliance flow
Learn more about app permissions.
Endpoint
POST
https://www.wixapis.com/cms-compliance/v1/request-review

Errors
400Invalid Argument

There is 1 error with this status code.

401Unauthenticated

There is 1 error with this status code.

428Failed Precondition

There is 1 error with this status code.

This method may also return standard errors. Learn more about standard Wix errors.

Event TriggersThis method triggers the following events:
Did this help?