ποΈ Reuse Request Data
Create mock server to create tailored responses based on request payload and query parameters, delivering personalized responses.
ποΈ Mocking SOAP Services
Mock and debug SOAP/XML requests in Beeceptor with SOAPAction filters. Match specific SOAP operations, auto-detect actions, and return custom responses or faults with ease.
ποΈ Generate Fake Data
Generate large volumes of synthetic data with Beeceptor's template engine and Faker.js. Create test data for usernames, profiles, companies, emails, countries, cities, and more for diverse scenarios.
ποΈ Generate Fake Data - Common Examples
Discover ready-to-use examples for Beeceptor's template engine. Generate fake data for usernames, profiles, companies, emails, countries, cities, UUIDs, random numbers, addresses, and e-commerce products.
ποΈ Control Flow Constructs (logic)
Create dynamic API responses and simulate behaviors using IF/ELSE, SWITCH, REPEAT, and EACH. Optimize mock rules, build realistic APIs, and test diverse scenarios efficiently.
ποΈ Handling Arrays with Template Engine
Learn how to handle arrays in Beeceptor's template engine, including index access and dynamic transformations, to create realistic API responses matching input array size and structure.
ποΈ Stateful Mocks
Create stateful mock APIs using counters, data stores, and lists to maintain state between requests.
ποΈ Arithmetic Operators
Beeceptor's template engine provides arithmetic operators (add, subtract, multiply, divide) for dynamic API mocking. Supports numeric operations on request parameters, body values, and static numbers using prefix notation.
ποΈ String Operators
These string manipulation functions in Beeceptor templates helpls you covering text case conversion, concatenation, padding, splitting, and length calculation when building mock API responses.
ποΈ Date Operators
Learn how to generate dynamic date-time values in API mocks using Beeceptor's date operators. Supports current time, relative dates, and multiple formatting options for realistic API responses.
ποΈ Array/List Operators
Beeceptor's template engine offers block operators for flow control and custom mock responses. Use if/else, switch, and repeat/for-loop examples to create tailored, dynamic API responses. Refer to examples.
ποΈ Comparison Operators
Beeceptor's template engine offers block operators for flow control and custom mock responses. Use if/else, switch, and repeat/for-loop examples to create tailored, dynamic API responses. Refer to examples.
ποΈ Miscellaneous Operators
Learn about Beeceptor's template operators including len for calculating lengths, object for JSON construction, json for string conversion, and JWT helpers for token manipulation. Essential tools for mock API responses.
ποΈ All Operators
Create dynamic mock APIs with Beeceptor's powerful template engine. Explore supported operators like Comparison, Arithmetic, Date, Set, and Request helpers to match real-world API responses seamlessly.