loot.tools
201

Created

2xx Success

The request succeeded and a new resource was created as a result.

201 Created confirms that a request succeeded and led to a new resource. It's the correct response to a POST or PUT that creates something. A well-behaved API includes a Location header pointing at the new resource's URL, and often returns the created object in the body.

About 2xx Success

The request was received, understood, and accepted. This is what you want to see.

Looking for a different one? See the full HTTP status code reference.