Skip to content

Latest commit

 

History

History
28 lines (14 loc) · 359 Bytes

http-status-code.md

File metadata and controls

28 lines (14 loc) · 359 Bytes

HTTP Status Code

Successful Responses (2xx)

  • 200 OK (GET, PATCH)

  • 201 Created (POST, PUT)

Client Error Responses (4xx)

  • 400 Bad Request

  • 401 Unauthorized

  • 403 Forbidden

  • 404 Not Found

  • 405 Method Not Allowed

Server error responses (5xx)

  • 500 Internal Server Error

Source: https://rapidapi.com/guides/http-status-code