200-901 Understanding and Using APIs Practice Question
A developer is using the Webex API to create a webhook that triggers when a new message is posted in a room. What information is typically included in the webhook payload sent by Webex to the callback URL?
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
✓
The resource type, event type, and relevant IDs (e.g., message ID, room ID)
Webhook payloads contain event details such as resource, event type, and relevant data like message ID and room ID. The full message content is not included; the application must fetch it via API.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
The full message content and all room members
Why it's wrong here
Webhooks send only metadata; the full message is not included.
- ✗
The OAuth token for the bot
Why it's wrong here
The token is not sent in webhook payloads.
- ✓
The resource type, event type, and relevant IDs (e.g., message ID, room ID)
Why this is correct
Webhooks notify about events with IDs to retrieve details via API.
- ✗
The complete list of webhooks configured on the account
Why it's wrong here
Webhook payloads are specific to the event, not a list.
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.