CCNA: Cisco Certified Network Associate — Question 536

Which HTTP status code is returned after a successful REST API request?

Answer options

Correct answer: A

Explanation

The correct answer is 200, which signifies that the request has succeeded. Option B, 301, indicates a permanent redirect, while option C, 404, means that the resource was not found, and option D, 500, represents an internal server error.