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.
Path parameters
Unique pipeline identifier (e.g. pipe_abc123).
Unique pipeline identifier (e.g. pipe_abc123).
Query parameters
Only fetch events created after this Unix timestamp (default: 24 hours ago)
Only fetch events created after this Unix timestamp (default: 24 hours ago)
Max events to fetch (default: all)
Max events to fetch (default: all)
Response
Streaming NDJSON sync output
Changes
Changed in 3 of the 47 revisions of this API.111
- ●
changed the pattern of the
pathrequest parameteridfrom^[a-z][a-z0-9_-]*$to^[a-zA-Z][a-zA-Z0-9_-]*$request-parameter-pattern-changed
- ●
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 16 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲