Contentstack for Developers
Using the Postman collection to connect with the Content Delivery API
Using the Postman collection to connect with the Content Delivery API
Download the Contentstack Postman Content Delivery collection
To obtain the Content Delivery Token, follow these steps in Contentstack: navigate to the "Settings" page, select "Tokens," then choose "Content Delivery." If you haven't created a Delivery Token yet, create a new Delivery Token. Additional information about tokens, including Delivery Tokens, can be found in our documentation
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.