Cisco
200-901 · Question #23
Refer to the exhibits. A developer is troubleshooting an API with the given API documentation and cURL command. What is the cause of this problem?
The correct answer is D. The authorization header is missing or incomplete. The authorization header is missing or incomplete because it has the token BUT the Bearer keyword is missing.
Understanding and Using APIs
Question
Refer to the exhibits. A developer is troubleshooting an API with the given API documentation and cURL command. What is the cause of this problem?
Exhibits
Options
- AThe user is not allowed to post massages from their account
- BThe request body is missing or incomplete
- CThe API token specified is expired
- DThe authorization header is missing or incomplete
How the community answered
(24 responses)- A4% (1)
- C4% (1)
- D92% (22)
Explanation
The authorization header is missing or incomplete because it has the token BUT the Bearer keyword is missing.
Topics
#API Authorization#HTTP Headers#cURL#API Troubleshooting
Community Discussion
No community discussion yet for this question.

