HTTP

201 Created

The request succeeded and a new resource was created. Typically returned after POST or PUT requests that create a new entity.

When You See This Code

After successfully creating a new user, post, order, or other resource via a REST API.

How to Fix

No fix needed. Check the Location header for the URL of the new resource.

Specification

View RFC / Specification →

Related Codes

Comparisons

Guides

Glossary