Import
1
Open Postman's import dialog
In Postman, select Import in the top-left and select the Link tab.
2
Paste the collection URL
Paste this URL and select Continue, then Import:The collection appears in your sidebar as Meridian API, with one folder per product.
3
Store your credentials in a Postman Environment
Create a new Environment (left sidebar → Environments → +) called something like
Meridian sandbox. Add the variables listed below and fill in your credentials there. Make the environment active using the dropdown in the top-right.Storing credentials in an Environment (rather than on the collection) means re-importing later won’t wipe them.Prefer a file? Download
meridian.postman_collection.json
and use Import → File instead.Variables
Sandbox and production credentials are different. Do not reuse them across environments.
Troubleshooting
If a request fails with401 Unauthorized, the most common causes are:
- An incorrect or missing
meridianApiSecret - Clock skew greater than 60 seconds between your machine and Meridian
- Using sandbox credentials against production (or vice versa)
- A
meridianProgramIdmismatch for the targeted product