Flowtest Documentation
Flowtest enables you to define, execute, and monitor HTTP API flows. This documentation provides a comprehensive overview of its features.
Example Flow
{
"title": "Simple GET",
"steps": [
{ "title": "Fetch", "method": "GET", "url": "https://example.org" }
]
}