Postman import
Import the Meridian API collection into Postman in under a minute.
1. Copy the collection URL
https://api.getnimbus.net/v1/openapi.jsonThis is our live OpenAPI 3.1 spec. Postman reads it natively.
2. Import into Postman
- Open Postman → Import (top-left)
- Paste the URL above into the link tab
- Click Continue then Import
3. Set auth variables
The collection uses two variables. Set them at the collection level.
| Variable | Value |
|---|---|
| base_url | https://api.getnimbus.net |
| license_key | Your license key from the dashboard |
Edit collection → Variables tab → paste both values.
4. Authenticate
Every request includes an X-License-Key header bound to the variable above. Send any endpoint — if you get a 401, double-check the license key value.
Tip: Save the collection to a Postman workspace so your team can share the same base variables.