/api/v1/statusnoneReport this deployment's limits and storage mode.
Returns the numeric limits every other endpoint enforces, and whether webhook and mock state is held in a shared store or in a single instance's memory.
Response
{
"version": "v1",
"storage": { "shared": false, "note": "…" },
"limits": { "fetch": { … }, "webhooks": { … }, "mocks": { … } }
}