Signals
Create Monitor
Subscribe to a signal
POST
Create a monitor — a subscription to a signal, delivered to your webhook. An API key can have many monitors.
A monitor is just:
signal + watch + url.
Request Body
The signal to subscribe to —
post_engagement. See Signal Catalog.Who to watch — the author’s profile URL. Pass one value or a list (up to 100 per request).
HTTPS endpoint where events are delivered.
Optional. When set, deliveries are signed via
X-Webhook-Signature (HMAC-SHA256 of the body).Response
Monitor ID
The subscribed signal
What’s being watched (the values you gave)
Delivery URL
Whether the monitor is active
ISO 8601 timestamp

