Status Class
2xx Success
Responses indicating the request was accepted and processed successfully.
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.
201 Created
Resource successfully created. Learn when to use 201 Created, proper response format, and best practices for creation endpoints.
202 Accepted
The request was accepted for processing but not completed yet. Learn when to use 202 for asynchronous operations.
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
1xx Informational
Interim responses that indicate request progress before a final response is sent.
3xx Redirection
Responses that tell clients to perform additional actions, usually by following a new URL.
4xx Client Error
Client-side request issues such as invalid syntax, missing resources, or permission failures.
5xx Server Error
Server-side failures where the request was valid but the server could not complete it.