2xx Success
These status codes indicate that the client's request was successfully received, understood, and accepted. The server has completed the request and the response body (if any) contains the requested resource or the result of the operation.
200
OKThe request succeeded. The response body contains the requested resource (for GET) or the result of the action (for POST, PUT, etc.).
201
CreatedThe request has been fulfilled and resulted in a new resource being created. The Location header usually contains the URL of the new resource.
202
AcceptedThe request has been accepted for processing, but the processing has not been completed. Used for asynchronous operations.
203
Non-Authoritative InformationThe returned metadata is not the definitive set from the origin server, but rather from a local or third-party copy.
204
No ContentThe server successfully processed the request, but is not returning any content. Used for DELETE or update operations.
205
Reset ContentThe server successfully processed the request, but instructs the client to reset the document view (e.g., clear a form).
206
Partial ContentThe server is delivering only part of the resource (range request). Used for resuming downloads or streaming.
207
Multi-StatusConveys information about multiple resources (WebDAV). The response body contains an XML message with status codes for each subโrequest.
208
Already ReportedUsed in WebDAV to avoid listing the same resource multiple times in a Multi-Status response.
226
IM UsedThe server has fulfilled a GET request for the resource, and the response is a representation of the result of one or more instance-manipulations applied to the current instance.