HTTP 207 — Multi-Status

The message body that follows is an XML message and can contain a number of separate response codes

When to use it

Use status 207 when this is the correct HTTP response semantic: The message body that follows is an XML message and can contain a number of separate response codes

Request and response example

GET /resource HTTP/1.1
Host: api.example.com

HTTP/1.1 207 Multi-Status
Content-Type: application/json

Related status codes

200, 201, 202, 203

References

MDN · RFC 9110