API / Monitoring
Server-sent events for anything that cannot wait for a webhook round trip.
GET /v1/stream
No parameters beyond the path and your bearer token.
GET /v1/stream?type=price.changed&category=electronics.audio
Accept: text/event-stream
event: price.changed
data: {"product_id":"prd_8Fk2xQ","seller":"bestbuy","current":{"price_minor":19800}}