Question 5 of 10Pro Only
What is idempotency in the context of REST APIs and why is it important?
Sample answer preview
Idempotency means that an operation can be executed multiple times with the same result. If I call an idempotent request once or ten times, the final state of the system will be identical. In the REST context, GET, PUT, and DELETE methods are idempotent.
GETPUTDELETEPOSTretryidempotency key