HTTP 201 Created
SuccessThe request succeeded and a new resource was created. Typically returned after POST requests that create new records.
Common Causes
- New user account created
- New record inserted via API
- File uploaded successfully
How to Fix
- No fix needed, the resource was created successfully
- Check the Location header for the URL of the new resource
Related Status Codes
Need to look up other HTTP status codes?
View the Full HTTP Status Code Reference