Courseiva
Understanding and Using APIshardMultiple SelectObjective-mapped

200-901 Understanding and Using APIs Practice Question

Which three statements about Webex API webhooks are true? (Choose three.)

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

Webhooks deliver event data via HTTP POST to a specified URL.

Webhooks are registered via POST, deliver payload via HTTP POST, and can be filtered by resource/event. They are not secured by OAuth exclusively and do not use long polling.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • Webhooks deliver event data via HTTP POST to a specified URL.

    Why this is correct

    Webhooks send POST requests.

  • Webhooks require OAuth 2.0 client credentials grant for security.

    Why it's wrong here

    Webhooks use a secret token, not OAuth flow.

  • Webhooks can be filtered to trigger only on specific resources and events.

    Why this is correct

    You can specify resource and event filters.

  • Webhooks are created by sending a POST request to the /webhooks endpoint.

    Why this is correct

    POST /webhooks creates a webhook.

  • Webhooks use long polling to receive events.

    Why it's wrong here

    They are push-based, not polling.

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 →

How Courseiva writes practice questions · Editorial policy

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.