← All status codes
2xx Success
201 Created

The request succeeded and a new resource was created.

What it means

A 201 Created response confirms that the server processed a request and created a new resource as a result. It is most commonly returned by APIs after a POST request that creates something new, like a user account, blog post, or database record.

Common causes

  • A POST or PUT request successfully created a new resource on the server.
  • An API endpoint that creates resources returned this confirmation.

How to fix it

  • No action needed. The resource was created successfully.

Test a URL and see its actual status code now.

Open the checker →