Authorization
string
required
Example:
Authorization | Bearer Paste-Your-API-Key-HereRequest Body
array of object
required
List of reviews to update. Between 1 and 50 entries.
string
required
ID of the review to update. 3–100 characters.
string
required
New status for the review. One of
ACTIVE, ARCHIVED, or INACTIVE.string
ID of the payment link / product the review belongs to. 3–100 characters.
Response
Successful ResponseMain Structure (Root)
integer
Status code returned by the API.
string
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
object
Returned with
messages set to "failed" and data holding the validation detail when the
request body is invalid.object
Returned with
messages set to "Review is not valid! Please check your payload." when any
referenced review does not belong to the authenticated merchant.object
Returned with
messages set to the error description when the reviews cannot be updated.