Skip to main content

Postman Tutorial

How to get started with Postman and Corva:

Prerequisites:

  1. Download the Postman app.
  2. Request your company's API KEY.
  3. Open Postman app.
  4. Click on Workspaces / My Workspaces.

workspaces

  1. To add a new environment, click the Environments button.

new environment

  1. Click New button.

click new button

  1. Click on Environment in pop-up window.

click on environment

  1. Name your Environment.

name your environment

  1. Populate the VARIABLE, INITIAL VALUE AND CURRENT VALUE fields.
  2. Save.

save env variables

  1. Click on the Collections button.

click on collection

  1. Click on + to add a New Collection.

click add collection

  1. Within the New Collection, add a New Request.

add new request

  1. Select your New Environment.

select your env

  1. Select Headers.
  2. Under KEY column input Authorization.
  3. Under VALUE column input your API Key name in the following format: {{COMPANY_API_KEY}}

input your api key

  1. You are now ready to input the URL and Query Params.
  2. See Corva Data API Tutorial.