Postman Collections
6 min
postman collections introduction postman collections provide a convenient way to explore and test the nue apis these collections contain pre configured api requests that you can use to interact with nue's services without having to manually set up each request getting started prerequisites postman https //www postman com/downloads/ application installed on your computer a nue account with api access your nue api key (see api keys # for more information) run in postman there are the following postman collections commerce api https //documenter getpostman com/view/41484714/2sb34bk3mmbilling and collections api https //documenter getpostman com/view/17660807/2sb34zqj7gusage api https //documenter getpostman com/view/17660807/2sb34zs5bnmetadata api https //documenter getpostman com/view/17660807/2sb34zqj2wnue platform api https //documenter getpostman com/view/17660807/2sb34zqj7kstripe integration api https //documenter getpostman com/view/17660807/2sb34zs5bp you can click the 'run in postman' button in the upper left corner of each collection page to import the api collection into your postman workspace setting up environment variables to use the collections effectively, you'll need to set up environment variables click on the "environments" tab in postman create a new environment (e g , "nue api") add the following variables endpoint the base url for the nue api nue api key your nue api key select your environment from the dropdown in the top right corner of postman authentication all requests in the collections are pre configured to use api key authentication the collections use the {{nue api key}} variable from your environment each request includes the necessary authentication header nue api key {{nue api key}}