Configuring Postman as a third-party client application for OAuth 2.0
- Last Updated: August 4, 2025
- 2 minute read
- Hybrid Data Pipeline
- Version 5.0
- Documentation
These instructions walk through the steps for configuring Postman as a third-party application with OAuth 2.0 access to Hybrid Data Pipeline resources using the Authorization Code grant type. Performing these steps offer a quick way to test the Authorization Code flow and see it in action.
Prerequisites
The following prerequisites must be met before you begin.
- You must install Postman. Postman may be downloaded from https://www.postman.com/downloads/.
- You must register Postman as a client application with the Hybrid Data Pipeline server to obtain a client ID and client secret. See Register the client application with the Hybrid Data Pipeline server for details.
- You must create an OData-enabled data source. See Create an OData-enabled Hybrid Data Pipeline data source for details.
Configure Postman as a client application
Take the following steps to configure Postman to access Hybrid Data Pipeline resources.
- Open Postman.
- Select the Authorization tab.
- Select OAuth 2.0 as the authorization type.
- Select Request Headers from the Add authorization data to dropdown.
- Complete the Configure New Token form. For
example:
Grant Type: Authorization Code
Callback URL: https://www.getpostman.com/oauth2/callback
Auth URL: https://my-hdp-server-host/oauth2/authorize
Access Token URL: https://my-hdp-server-host/oauth2/token
Client ID: eeee5555-66dd-7777-9999-fffff333333c
Client Secret: 9999tttt-gg22-1212-0606-bbbbb444444z
Scope: api.access.odata
Example Configure New Token form:
- Press Get New Access Token.
The Hybrid Data Pipeline login dialog appears.
- Enter Username and Password in the dialog. Then press
Authenticate.
The consent dialog appears.
- Press Allow to grant Postman access to your account.
The Manage Access Tokens dialog appears.
- Press Use Token to use the access token for access to Hybrid Data Pipeline.
- Send the following request to obtain the metadata of your data
source.
GET https://my-hdp-server-host/api/odata4/Oracle_OData/$metadataThe metadata on the OData endpoint is returned.