- Import the collection and environment file into your Postman environment.
- Assign the imported environment as the active environment.
- Edit the
api_host
environment variable to set the region code to the region where the Organization containing the Information Intelligence plan is hosted. By default the region is 'us'. Click here for more information on regions. - Set the
app_confclient_id
andapp_confclient_secret
variables for the application through which you will be accessing Information Intelligence. See Getting Started instructions. - Set the
tenant_id
for the tenant through which you will be accessing Information Intelligence. See Getting Started instructions. - Save your changes to the environment.
- Extract the ZIP of test input files into the working directory for Postman,
C:\users\<user>\Postman\files
. If you do not put them here you will need to reconfigure the file input on every request in the collection.
- Get an access token by executing the Get Tenant Access Token request. This will populate the
tmp_tenant_access_token
variable in the environment which is configured as the bearer token for every request in the collection using the inherit from parent authorization configuration. - From this point on you can execute individual requests or batches of requests using the folders. Test scripts are configured on every request.