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 https //www postman com/downloads/ application installed on your computer a nue account with api access your nue api key (see # for more information) run in postman there are the following postman collections https //documenter getpostman com/view/41484714/2sb34bk3mm https //documenter getpostman com/view/17660807/2sb34zqj7g https //documenter getpostman com/view/17660807/2sb34zs5bn https //documenter getpostman com/view/17660807/2sb34zqj2w https //documenter getpostman com/view/17660807/2sb34zqj7k 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}}
