HTTP 202 Accepted

The request was accepted but has not been carried out yet. The work happens asynchronously, and the response tells you where to look for the result.

Why you would test it

The status your client is most likely to mishandle: it is a success, but the thing you asked for has not happened. Poll the status URL until it resolves instead of assuming completion.

Endpoints that return 202

3 endpoints in this playground answer with 202. 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