HTTP

Status Class

2xx Success

Responses indicating the request was accepted and processed successfully.

2xx Success

HTTP 200 OK: Success Response Explained

Learn what HTTP 200 OK means, when servers return it, and how to handle successful responses in your applications.

2xx Success

201 Created

Resource successfully created. Learn when to use 201 Created, proper response format, and best practices for creation endpoints.

2xx Success

202 Accepted

The request was accepted for processing but not completed yet. Learn when to use 202 for asynchronous operations.

2xx Success

204 No Content

The request succeeded with no response body. Learn when to use 204 No Content for successful operations that don't return data.

Explore Other Status Classes