Listings: Webhook Webhook

Sends an updated Listing object to your server.

Request Body schema: application/json

The updated Listing

object
object

Request samples

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

Entity Listings: Webhook Webhook

Sends an updated Entity Listing object to your server. This endpoint currently only supports Event Listings.

Request Body schema: application/json

The updated Listing

object
object

Request samples

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

Duplicates: Webhook Webhook

Sends an updated Duplicate object to your server.

Request Body schema: application/json

The updated Duplicate

object
object

Request samples

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

Publisher Suggestions: Webhook Webhook

Sends an updated Publisher Suggestion object to your server.

Request Body schema: application/json

The updated Publisher Suggestion

object
object

Request samples

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

Q&A: Webhook Webhook

Sends an updated Question object to your server whenever a Question or one of its Answers are created or modified.

Request Body schema: application/json

The updated Question

object
object

Request samples

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