API & Integration · REST APIs
What is HTTP methods and status codes?
HTTP methods express the intended operation while status codes communicate the result. GET reads, POST commonly creates or submits work, PUT replaces, PATCH partially updates, and DELETE removes, while status codes distinguish success, validation, authorization, conflict, and server failure.