Reviews: Webhook Webhook

Sends an updated Review object to your server whenever a Review or one of its Comments are created or modified on the publisher's site.

NOTE: Not all publishers' reviews will be sent. For more details, please contact your Account Manager.

Request Body schema: application/json

The updated Review

object
object

Request samples

Content type
application/json
{
  • "meta": {
    },
  • "review": {
    }
}

Reviews Invitations: Webhook Webhook

Sends an updated invitation object to your server whenever a new invitation is added to our system.

Request Body schema: application/json

The new Review Invitation

object
object

Request samples

Content type
application/json
{
  • "meta": {
    },
  • "invitation": {
    }
}
Feedback