201
Created
Success
Description
The request has been fulfilled and resulted in a new resource being created
Common Usage
Used after POST requests that create new resources
Example Response
How this status code appears in HTTP responses
HTTP Response Header
HTTP/1.1 201 CreatedcURL Example
curl -I https://example.com
# Returns: HTTP/1.1 201 CreatedSuccess Response
This is a success response indicating the action was successfully received, understood, and accepted.
Related Success Codes
Other codes in the same category