Xquik · Schema

Xquik Webhook Event

A signed account or keyword monitor event delivered by Xquik.

social-media-dataX / TwitterSocial ListeningData ExtractionAutomationWebhookMCPDeveloper API

Properties

Name Type Description
data object Event-specific JSON data captured by the monitor.
deliveryId string Stable identifier for this webhook delivery.
eventType string Monitor event type that triggered the delivery.
occurredAt string Time the monitored event occurred.
query string Keyword query that produced the event, when applicable.
schemaVersion integer Webhook payload schema version.
streamEventId string Stable identifier for the underlying monitor event.
username string Monitored X username, when applicable.
View JSON Schema on GitHub

JSON Schema

xquik-webhook-event.schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://xquik.com/schemas/webhook-event.schema.json",
  "title": "Xquik Webhook Event",
  "description": "A signed account or keyword monitor event delivered by Xquik.",
  "type": "object",
  "additionalProperties": false,
  "required": [
    "data",
    "deliveryId",
    "eventType",
    "occurredAt",
    "schemaVersion",
    "streamEventId"
  ],
  "properties": {
    "data": {
      "description": "Event-specific JSON data captured by the monitor."
    },
    "deliveryId": {
      "type": "string",
      "pattern": "^[0-9]+$",
      "description": "Stable identifier for this webhook delivery."
    },
    "eventType": {
      "type": "string",
      "description": "Monitor event type that triggered the delivery.",
      "enum": [
        "tweet.new",
        "tweet.reply",
        "tweet.retweet",
        "tweet.quote",
        "tweet.media",
        "tweet.link",
        "tweet.poll",
        "tweet.mention",
        "tweet.hashtag",
        "tweet.longform",
        "profile.avatar.changed",
        "profile.banner.changed",
        "profile.name.changed",
        "profile.username.changed",
        "profile.bio.changed",
        "profile.location.changed",
        "profile.url.changed",
        "profile.verified.changed",
        "profile.protected.changed",
        "profile.pinned_tweet.changed",
        "profile.unavailable.changed"
      ]
    },
    "occurredAt": {
      "type": "string",
      "format": "date-time",
      "description": "Time the monitored event occurred."
    },
    "query": {
      "type": "string",
      "description": "Keyword query that produced the event, when applicable."
    },
    "schemaVersion": {
      "type": "integer",
      "const": 1,
      "description": "Webhook payload schema version."
    },
    "streamEventId": {
      "type": "string",
      "pattern": "^[0-9]+$",
      "description": "Stable identifier for the underlying monitor event."
    },
    "username": {
      "type": "string",
      "description": "Monitored X username, when applicable."
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/xquik-webhook-event.schema"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.