Skip to main content
CalcHive

HTTP 201 Created

Success

The 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

Need to look up other HTTP status codes?

View the Full HTTP Status Code Reference