CiscoCisco
200-901 · Question #214
200-901 Question #214: Real Exam Question with Answer & Explanation
Sign in or unlock 200-901 to reveal the answer and full explanation for question #214. The question stem and answer options stay visible for context.
Understanding and Using APIs
Question
Refer to the exhibit. A developer creates a Python script that queries Cisco Webex. When the script is executed, a 401 code is returned. After troubleshooting, the developer discovers that the service is missing privileges. Which change to the header in line 4 of the script results in the code 200?
Options
- Aheader = {"Authentication": "Bearer YOUR_TOKEN"}
- Bheader = {"Authentication Bearer" : "YOUR_TOKEN"
- Dheader = {"Authorization" : "Bearer YOUR_TOKEN"}
Unlock 200-901 to see the answer
You've previewed enough free 200-901 questions. Unlock 200-901 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.
Topics
#API Authentication#HTTP Headers#REST APIs#Webex API