← Back to docs

Postman import

Import the Meridian API collection into Postman in under a minute.

1. Copy the collection URL

https://api.getnimbus.net/v1/openapi.json

This is our live OpenAPI 3.1 spec. Postman reads it natively.

2. Import into Postman

  1. Open Postman → Import (top-left)
  2. Paste the URL above into the link tab
  3. Click Continue then Import

3. Set auth variables

The collection uses two variables. Set them at the collection level.

VariableValue
base_urlhttps://api.getnimbus.net
license_keyYour 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.