Authorization
Example:
Authorization | Bearer Paste-Your-API-Key-HereRequest Body
List of reviews to update. Between 1 and 50 entries.
ID of the review to update. 3–100 characters.
New status for the review. One of
ACTIVE, ARCHIVED, or INACTIVE.ID of the payment link / product the review belongs to. 3–100 characters.
Response
Successful ResponseMain Structure (Root)
Status code returned by the API.
Status message that describes the status code.
"success" on success, "failed" when the
request body fails validation. A successful response contains no data key.Errors
Returned with
messages set to "failed" and data holding the validation detail when the
request body is invalid.Returned with
messages set to "Review is not valid! Please check your payload." when any
referenced review does not belong to the authenticated merchant.Returned with
messages set to the error description when the reviews cannot be updated.