Meraki Postman Collection Updates
![DexterLaBora_6-1694092555311.png DexterLaBora_6-1694092555311.png](https://community.meraki.com/t5/image/serverpage/image-id/32307iB412B0EE297FEEDB/image-dimensions/237x75?v=v2)
What's New?
The Meraki Postman Collection is now built with our OpenAPI v3 specification!
![DexterLaBora_0-1694092411610.png DexterLaBora_0-1694092411610.png](https://community.meraki.com/t5/image/serverpage/image-id/32301i3D6C5ACF8DF66E55/image-dimensions/279x75?v=v2)
Taking advantage of our new OASv3 specification for the Dashboard API, we've been able to give our Postman Collection some love.
Navigation changes
We've improved the overall navigation tree to better align with the official API Docs.
- General folder renamed to platform
- Administered folder moved from products to platform
- This folder contains administrative functions outside of the organization and not related to any specific product
- Requests are now listed by operationId instead of their description.
- Developing with an SDK often uses the operationId and being able to search on that should make it easier to find the resource you need.
New Format
![DexterLaBora_1-1694092411570.png DexterLaBora_1-1694092411570.png](https://community.meraki.com/t5/image/serverpage/image-id/32302iDD4B2F8B84D1730E/image-dimensions/377x855?v=v2) | Old Format
![DexterLaBora_2-1694092411740.png DexterLaBora_2-1694092411740.png](https://community.meraki.com/t5/image/serverpage/image-id/32303iC1606AFC189331DE/image-dimensions/427x847?v=v2) |
Bearer authentication
- Adopting industry standards and setting the Authorization header to Bearer Token.
(learn more about Meraki API Auth here)
![DexterLaBora_3-1694092411545.png DexterLaBora_3-1694092411545.png](https://community.meraki.com/t5/image/serverpage/image-id/32304i77939FB5C88A884E/image-dimensions/559x240?v=v2)
Follow Authorization header redirect settings
- Set to off as default. this is no longer required for Dashboard API v1 and will improve the security of the collection.
![DexterLaBora_4-1694092411553.png DexterLaBora_4-1694092411553.png](https://community.meraki.com/t5/image/serverpage/image-id/32305i662B0A8D78CE2DA9/image-dimensions/509x175?v=v2)
Bug fixes
- Collection Variables have been simplified to only include the baseUrl. Personal environments can be leveraged to define additional variables.
![DexterLaBora_5-1694092411583.png DexterLaBora_5-1694092411583.png](https://community.meraki.com/t5/image/serverpage/image-id/32306iFD4C4558889C1F56/image-dimensions/541x195?v=v2)
We hope you find the new updates helpful. Let us know in the comments.
Learn more
Meraki Postman Docs
Dashboard API v1 Collection