Return the OpenAPI 2.0 Specification of the organization's API documentation in JSON

GET {{baseUrl}}/organizations/:organizationId/openapiSpec

Return the OpenAPI 2.0 Specification of the organization's API documentation in JSON

HEADERS

KeyDatatypeRequiredDescription
X-Cisco-Meraki-API-Keynull

RESPONSES

status: OK

{"swagger":"2.0","info":{"version":"v0","title":"Meraki Dashboard API","description":"This collection of API calls provides an easy way to interact with a Cisco Meraki network"},"paths":{"/organizations":{"get":{"description":"List the organizations that the user has privileges on","operationId":"getOrganizations","responses":{"200":{"description":"Successful operation","examples":{"application/json":[{"id":"2930418","name":"My organization"}]}}}}}}}