Lab - Getting Started
Lab - Getting Started
Lab - Getting Started
Getting Started
In this lab you will
Prerequisites

Create an OAuth token from your sandbox store’s control panel
Make sure you are logging in using the user account with Store Owner permissions. For more information, see the Store API Accounts article in the support portal.
The store hash is the alphanumeric string in the API path between /stores/ and /v3/. This string uniquely identifies this store when sending requests to https://api.bigcommerce.com/
Example:
API Path: https://api.bigcommerce.com/stores/abcd1234/v3/
Store Hash: abcd1234
The store hash can also be found in your Control Panel URL.
Example:
Control Panel URL: https://store-abcd1234.mybigcommerce.com/
Store Hash: abcd1234
.png)
A .txt file containing the same credentials will (on most browsers) automatically download to your computer.
There is no way to re-display this pop-up after you select Done to dismiss it. So make sure you store your credentials – either by copying/pasting the contents of each field out of the pop-up, or by keeping the downloaded .txt file. Otherwise, you will need to repeat all the above steps to generate new credentials.
From a security perspective, these credentials are sensitive – please treat them with the same caution that you would treat a private key or root password.
“What are environments?
While working with APIs, you will often need to have different setups. For example, your local machine, the development server, or the production API. Environments give you the ability to customize requests using variables. This way you can easily switch between different setups without changing your requests. You won’t have to worry about remembering all those values once they are in Postman. Environments can be downloaded and saved as JSON files and uploaded later.”
Source: Managing Environments

Environment Variables
Saving your request header information in a preset will allow you to quickly populate your request headers rather than having to re-enter this information.
Postman Presets
