Beeceptor just stateful! We're thrilled to roll out Stateful Mocks, giving your mock APIs memory and 'context'. Now you can build more dynamic, personalized APIs, all from the Beeceptor UI.
Here’s what’s new:
1) State Variables: Store key-value pairs to simulate things like shopping carts, login sessions, or personalized responses.
2…
Read the whole post
Collaboration just got a major upgrade! We're excited to introduce the 'Manager' role. This is designed to give you more control and flexibility when sharing your endpoints.
With this, you can delegate setup and day-to-day management tasks to your teammates without giving up ownership. Managers have nearly full access to a Beeceptor endpoint, with the only exception being billing.
Note: Sharing roles, including Manager, are available on the Team plan and above.
👉 Invite a teammate today and make building together even easier!
We know the struggle: guessing syntax, hunting for the right test data, or figuring out what a request body looked like. So we fixed that.
{{
Beeceptor's template engine just got more powerful! Now you can use advanced operators and helpers to create dynamic, realistic mock responses with ease.
Examples:
{{modulo 7 3}}
1
{{round 3.7}}
4
{{toFixed (body 'amount') 2}}
{{split "1;2;3;4" ";"}}
1,2,3,4
{{base64 "hello world"}}
aGVsbG8gd29ybGQ=
{{{someOf (array 'car' 'house' 'boat' 'bike' 'land')}}}
["bike","land"]
Build smarter mocks faster—check out the docs! 🚀
Beeceptor now supports stateful mock APIs with three powerful persistence helpers, allowing you to maintain context across requests for more realistic API testing.
Store and retrieve values across mock requests, making it easy to persist user details, order IDs, or session data. For example:
{{data-store