easyMultiple SelectObjective-mapped
200-901 Practice Question: A developer is using Cisco Webex Teams REST API
A developer is using Cisco Webex Teams REST API. Which two authentication methods are supported for bot accounts? (Choose two.)
⚠ Common exam trap
Cisco often tests the distinction between authentication methods supported for bots versus user accounts, and the trap here is that candidates may confuse JWT (used for guest access) or API Key (common in other APIs) with the OAuth2 token-based methods actually required for bot accounts.
Answer choices
Why each option matters
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
✓
OAuth2 with client credentials
OAuth2 with client credentials is the standard authentication flow for server-to-server communication, allowing a bot to authenticate without user interaction. Option B is correct because a Bearer Token, typically obtained via OAuth2, is used in the Authorization header of API requests to authenticate bot accounts in Cisco Webex Teams.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✓
OAuth2 with client credentials
Why this is correct
OAuth2 client credentials grant is supported for server-to-server.
- ✓
Bearer Token
Why this is correct
Personal access tokens are bearer tokens.
- ✗
JWT
Why it's wrong here
JWT is used for webhook validation.
- ✗
Basic Auth
Why it's wrong here
Basic Auth is not supported.
- ✗
API Key
Why it's wrong here
API Keys are not used for Webex Teams.
Go deeper
Related to this question
About these practice questions
One of 989 original 200-901 practice questions on Courseiva, each with a full explanation and wrong-answer analysis — not exam dumps or protected exam content. Learn why practice questions differ from exam dumps →
JA
Written by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
This 200-901 practice question is part of Courseiva's free Cisco certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the 200-901 exam.