The sidebar labels inside this family are the literal calls you make over HTTP. Descriptions stay in the body so the navigation stays sharp and scannable.
Operations in this family
GET /v1/stream_subscriptions
List stream subscriptions for the current organization
POST /v1/stream_subscriptions
Create a stream subscription for event polling and replay
PATCH /v1/stream_subscriptions/{stream_id}
Update a stream subscription description, event types, transport, or status
DELETE /v1/stream_subscriptions/{stream_id}
Delete a stream subscription while preserving delivery records
POST /v1/stream_subscriptions/{stream_id}/disable
Disable a stream subscription without deleting its delivery records
POST /v1/stream_subscriptions/{stream_id}/enable
Enable a stream subscription
GET /v1/stream_subscriptions/{stream_id}/events
Poll canonical stream events for a subscription with cursor semantics

