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
- Open the service.
- Select the endpoints you want to mock.
- Choose or create response examples.
- Configure matching rules.
- Save the mock.
- Run a journey against the mock environment.
Tip
Keep examples small but realistic. They should include the fields your journeys and assertions depend on.