Reqflo Docs
Guides

Create a mock from endpoints

Generate mock behavior from endpoint definitions.

Create a mock from endpoints

Mocks are most useful when they stay connected to real endpoint definitions. Start from endpoints so mock responses, examples, and request expectations do not drift.

Workflow

  1. Open the service.
  2. Select the endpoints you want to mock.
  3. Choose or create response examples.
  4. Configure matching rules.
  5. Save the mock.
  6. Run a journey against the mock environment.

Tip

Keep examples small but realistic. They should include the fields your journeys and assertions depend on.

On this page