ErrorMeaningResolution
400 · Invalid HTTP status code. Must be between 100 and 599.The quick-response generator received a missing or unsupported status.Send an integer from 100 through 599.
400 · Headers JSON is too large.Serialized headers exceeded the quick generator’s 50,000-character limit.Remove unnecessary headers and keep payload data in the body.
401 · API key requiredA private endpoint was called without a supported credential.Send the workspace API key in X-API-Key.
401 · Invalid or inactive API key.The supplied key cannot be resolved or has been disabled.Rotate or reactivate the key in its workspace.
401 · API key does not belong to the same workspaceThe credential is valid but its workspace does not own the mock.Use a key issued by the mock’s workspace.
404 · Public mock not foundThe key is unknown, inactive, private, expired, or its path does not match.Check the complete returned endpoint URL, active state, visibility, expiry, and matcher.
Mock is private. Set isPublic=true to generate a public endpoint URL.A public short link was requested for a private definition.Publish deliberately or keep it private and use workspace API-key access.