200
OK
Success
Description
The request has succeeded
Common Usage
Standard response for successful HTTP requests
Example Response
How this status code appears in HTTP responses
HTTP Response Header
HTTP/1.1 200 OKcURL Example
curl -I https://example.com
# Returns: HTTP/1.1 200 OKSuccess Response
This is a success response indicating the action was successfully received, understood, and accepted.
Related Success Codes
Other codes in the same category
201
Created
The request has been fulfilled and resulted in a new resource being created
202
Accepted
The request has been accepted for processing, but the processing has not been completed
203
Non-Authoritative Information
The server is a transforming proxy that received a 200 OK from its origin, but is returning a modified version