How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

0.11.0 (2026-06-11)

calendar_today June 11, 2026 domain scalar-api

Request validation and improved authentication The mock server now validates incoming requests against your OpenAPI schema by default, returning detailed contract violations instead of mock responses when parameters or bodies do not match. Authentication evaluation has been corrected to follow the OpenAPI specification. Request validation is now on by default—path, query parameters, and JSON bodies are checked against the schema, returning 422 with violation details when they do not match Use the Prefer header to control mock responses: code=404 picks a specific status, example=bob selects a n

open_in_new Read original post