202
Accepted
Success
Description
The request has been accepted for processing, but the processing has not been completed
Common Usage
Used for asynchronous operations where processing happens later
Example Response
How this status code appears in HTTP responses
HTTP Response Header
HTTP/1.1 202 AcceptedcURL Example
curl -I https://example.com
# Returns: HTTP/1.1 202 AcceptedSuccess Response
This is a success response indicating the action was successfully received, understood, and accepted.
Related Success Codes
Other codes in the same category