Courseiva
Cisco Platforms and DevelopmentmediumMultiple SelectObjective-mapped

200-901 Cisco Platforms and Development Practice Question

An engineer is using the Cisco Meraki Dashboard API to retrieve a list of all network clients for a specific network. Which TWO of the following are required to successfully make this API call?

⚠ Common exam trap

Cisco often tests the distinction between authentication methods (API key header vs. Bearer token) and the correct placement of identifiers (network ID vs. organization ID) to see if candidates understand the specific Meraki API authentication and resource hierarchy.

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

Network ID in the URL path

The Meraki Dashboard API endpoint for listing network clients (GET /networks/{networkId}/clients) requires the network ID as a path parameter to identify the specific network from which to retrieve client data. Without the network ID in the URL, the API cannot determine which network's clients to return, making it a mandatory component of the request.

Answer analysis

Option-by-option breakdown

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

  • Network ID in the URL path

    Why this is correct

    The network ID is required in the URL to identify the network.

  • Bearer token in the Authorization header

    Why it's wrong here

    Meraki uses API key authentication, not bearer tokens.

  • Organization ID in the URL path

    Why it's wrong here

    The endpoint for clients uses network ID, not organization ID.

  • API key as a query parameter

    Why it's wrong here

    The API key is not passed as a query parameter; it is in a header.

  • X-Cisco-Meraki-API-Key header with the API key

    Why this is correct

    The API key must be sent in the X-Cisco-Meraki-API-Key header for authentication.

About these practice questions

This 200-901 question is part of Courseiva's 989-question bank — original exam-style content with full explanations and wrong-answer analysis, never real exam questions or exam dumps. 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.