Recover API
Flow Recovery API handles failures in multi-step processes such as payment flows, user onboarding pipelines, and data ETL jobs. When a step fails, the API intelligently retries with configurable backoff, executes independent steps in parallel, and manages dependencies to ensure maximum recovery success with minimal latency.
Recover API endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
Recover Flow /recover |
Single endpoint for flow recovery with rate limiting and security protections. |
| GET |
Health Check /health |
Health check endpoint for monitoring. |