Free Cisco 500-220 Actual Exam Questions - Question 4 Discussion

Question No. 4
Which three verbs of request are available in the Cisco Meraki API? (Choose three.)
Select all that apply, then reveal solution.
US
AE
Adeel E.
2026-02-21

B, E, F. PUT and POST are obviously for updating and adding, but GET is definitely a core request verb for fetching info, so it should count here over PATCH or ADD.

0
MX
Michael X.
2026-02-13

Maybe F is a trick here since GET is a basic request verb for retrieving data, so it should be included. So I’d say B, C, and F because PUT and PATCH update, and GET retrieves.

0
SW
Shoaib W.
2026-01-28

B/C/E for sure, since PUT and PATCH update resources, POST creates, and these are all standard HTTP verbs in APIs. GET is for retrieving data, not really a “request verb” in the sense of changing something. Options like SET and ADD don’t fit standard API methods, so can be ruled out easily.

0
UY
Usman Y.
2026-01-17

B, C, E.

0