v1

latestOpenAPI 3.1.02026-07-17141679.5 KB
Pipelines

Simulate webhook sync by fetching events from the Stripe API

Fetches events from /v1/events using the pipeline's Stripe API key, then pipes them as input into the sync engine's push mode. This exercises the same code path as real webhooks without needing webhook delivery.

post/pipelines/{id}/simulate_webhook_sync

Path parameters

idstring required

Unique pipeline identifier (e.g. pipe_abc123).

Example:pipe_abc123

Unique pipeline identifier (e.g. pipe_abc123).

Query parameters

created_afternumber

Only fetch events created after this Unix timestamp (default: 24 hours ago)

Only fetch events created after this Unix timestamp (default: 24 hours ago)

limitinteger

Max events to fetch (default: all)

Max events to fetch (default: all)

Response

Streaming NDJSON sync output