# How to Explore the Notion API with Our Postman Public Workspace

![](https://blog.postman.com/wp-content/uploads/2021/07/Image_from_iOS-150x150.png)

*This is a guest post written by Aman Gupta, partner engineering at Notion.*

 [Notion](http://www.notion.so/) recently released the public beta version of our API in May, and with it, we published [Notion's public workspace](https://www.postman.com/notionhq/workspace/notion-s-api-workspace/overview) in Postman. Notion combines essential work tools—notes, docs, wikis, and project management—in one collaborative, customizable space. Our API was one of our most requested features, and so we launched it in beta with an initial set of capabilities allowing developers to interact with pages and databases, search for content, and write content in Notion. While planning this exciting launch, we wanted to create the best possible experience for our developers, and that meant minimizing our "Time to Hello World"—the time for a developer to make their first successful API call. We decided to introduce our API with a [Postman public workspace](https://blog.postman.com/public-workspaces-why-we-created-them-what-you-can-do/) and collection to meet developers where they already are and provide them with the tools to experience the power of our platform right away. ## Start exploring the Notion API today

 To get started with Notion's API, visit [www.notion.so/my-integrations](http://www.notion.so/my-integrations), create a new integration, and fork the [Notion API](https://www.postman.com/notionhq) collection: ![](https://blog.postman.com/wp-content/uploads/2021/06/Notion-create-integration-1024x947.png) Head over to the variables section of your forked copy of the Postman Collection and add your Internal Integration Token as your `BEARER_TOKEN`. Also add a `DATABASE_ID`, `PAGE_ID`, and `USER_ID` to begin using all the endpoints in our collection. Start by retrieving a database from your Notion workspace: ![Example success response when retrieving a database using our Postman Collection](https://blog.postman.com/wp-content/uploads/2021/06/Notion-workspace-example-response.png)Example success response when retrieving a database using our Postman Collection for the Notion API We also launched our API with support for [OAuth 2.0](https://blog.postman.com/what-is-oauth-2-0/), allowing you to publicly distribute your integration to millions of other Notion users. If you're just getting started, you can use Postman to test OAuth 2.0 by setting your Authorization type to OAuth 2.0 in Postman, add `https://www.getpostman.com/oauth2/callback` as your callback URL, and follow the steps at <https://developers.notion.com/docs/authorization#authorizing-public-integrations> to create a publicly distributable Notion integration. We created a Postman public workspace with a public collection to empower developers to build on Notion’s API as soon as it was released. But that’s not the end of it—we can’t wait to iterate and add more to our collection. **With our API now in public beta, we'd love to hear your feedback! Get started at [developers.notion.com](http://developers.notion.com/) and [join our Slack Workspace](https://join.slack.com/t/notiondevs/shared_invite/zt-lkrnk74h-YmPRroySRFGiqgjI193AqA) to collaborate with others in the community.**