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 creates, updates, or unpublishes a CMS data item. Send only the action, dataItemId, and collectionId. The service fetches the relevant data item version(s) from CMS itself and emits a ReviewRequested domain event carrying the action, the fetched content, and the submitting identity. 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 are 2 errors with this status code.

401Unauthenticated

There is 1 error with this status code.

403Permission Denied

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?