HTTP 207 Multi-Status

One response carrying several independent outcomes, for a request that operated on more than one resource. Each element has its own status.

Why you would test it

The trap is treating the 207 itself as success. Individual operations inside it may have failed, and only the per-item statuses will tell you.

Endpoints that return 207

2 endpoints in this playground answer with 207. Every one is free, needs no signup, and can be called from the browser or with curl.

Other success codes

All HTTP status codes · All 37 mock REST APIs · Getting started guide