Courseiva
Cisco Platforms and DevelopmentmediumMultiple ChoiceObjective-mapped

200-901 Cisco Platforms and Development Practice Question

A developer is using the Meraki Dashboard API to list all organizations. The base URL is https://api.meraki.com/api/v1/. What is the correct endpoint and authentication method?

⚠ Common exam trap

Many candidates confuse the Meraki API's custom header authentication with more common methods like Basic Auth or Bearer tokens, or incorrectly assume the endpoint path must include the version number again.

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

GET /organizations with X-Cisco-Meraki-API-Key header

The Meraki Dashboard API uses a custom API key for authentication, sent via the `X-Cisco-Meraki-API-Key` header. To list all organizations, the correct HTTP method is GET, and the endpoint is `/organizations` (relative to the base URL `https://api.meraki.com/api/v1/`). This matches option C exactly.

Answer analysis

Option-by-option breakdown

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

  • POST /organizations with Bearer token in Authorization header

    Why it's wrong here

    POST is used to create, not list. Also, Meraki uses API key header, not Bearer.

  • GET /organizations with Basic Auth username and password

    Why it's wrong here

    Meraki does not use Basic Auth; it uses API keys.

  • GET /organizations with X-Cisco-Meraki-API-Key header

    Why this is correct

    Correct. The API key is sent in the request header.

  • GET /v1/organizations with Cookie authentication

    Why it's wrong here

    The correct base path is /api/v1, but the endpoint is /organizations, not /v1/organizations.

About these practice questions

Courseiva writes every 200-901 question from scratch — 989 in total, each with an explanation and a wrong-answer breakdown. None are copied from real exams or 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.