nerdexam
Cisco

200-301 · Question #478

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

The correct answer is A. 200. After a successful REST API request, the HTTP status code typically returned is 200 OK. The 200 status code indicates that the request was successful, and the server has fulfilled the The 200 OK status code is commonly used in REST APIs when retrieving or updating a resource, ind

Submitted by sofia.br· Mar 5, 2026Automation and Programmability

Question

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

Options

  • A200
  • B301
  • C404
  • D500

How the community answered

(52 responses)
  • A
    90% (47)
  • B
    2% (1)
  • C
    6% (3)
  • D
    2% (1)

Explanation

After a successful REST API request, the HTTP status code typically returned is 200 OK. The 200 status code indicates that the request was successful, and the server has fulfilled the The 200 OK status code is commonly used in REST APIs when retrieving or updating a resource, indicating that the request was processed successfully, and the server is returning the requested data or confirming the successful completion of the operation.

Topics

#HTTP status codes#REST API

Community Discussion

No community discussion yet for this question.

Full 200-301 Practice