Open Postman and select the 'Content Delivery API - Contentstack' collection. Entries, Get all entries
Edit the Postman variables and update the values for api_key and access_token. The api_key is found on the Delivery Token settings page. The access_token is the Delivery Token. These are used in the Headers of the request.
Also, add the value of the content_type_uid as 'blog_post', environment as 'preview' and locale as 'en-us'.
Send the request. Contentstack replies with the JSON of all blog_post entries.
Next Up
Video
Using Postman to query the Contentstack Content Delivery API Walkthrough