207 Multi-Status

Look up a status, pick the right one for an API, or hit a live endpoint that actually returns it. Add ?code=418 to this URL and the response is that status — useful for curl, interceptors, and “what does my client do on 503?” Nothing here phones home except the Try it fetch to this same page.

Which class?

207

Multi-Status

Success · RFC 4918 (WebDAV)

A WebDAV response that describes multiple resources, each with its own status.

When to use

PROPFIND / other WebDAV batch methods.

Don’t

JSON APIs should not invent a 207 for bulk endpoints — use 200 with a result list, or 207 only if you are actually doing WebDAV.

Live URL

curl -i https://corecoding.com/utilities/http-status.php?code=207


    

Code use cases