Skip to content
>_devvkit
$devvkit resources --cheatsheet http-status-codes-cheatsheet

HTTP Status Codes Cheatsheet

[api]

HTTP status codes are three-digit responses from the server indicating the result of a request. They are grouped into five classes: 1xx (informational), 2xx (success), 3xx (redirection), 4xx (client error), and 5xx (server error).

This cheatsheet covers the most common codes. Use 200 for successful reads, 201 for resource creation, 204 for deletions, 4xx for client mistakes, and 5xx for server failures.