• Are you a partner? Please find our certification tracks on our legacy Academy.

Using the Postman collection to connect with the Content Delivery API

Using the Postman collection to connect with the Content Delivery API

  1. Download and install Postman

  2. Download the Contentstack Postman Content Delivery collection

  3. 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 

  4. Open Postman and select the 'Content Delivery API - Contentstack' collection.  Entries, Get all entries

  5. 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'.

  6. Send the request.  Contentstack replies with the JSON of all blog_post entries.