Environment Variables

Environment Configuration

Once imported, update the following two environment variables using your Ident login credentials, leaving the value for all others blank. If you already have a user in Ident, enter the credentials for that user. If you do not have a user, enter the credentials for the user you wish to create:

VariableInitial Value

email

[insert email]

password

[insert password]

As you make requests in Postman, some calls will update a related environment variable with information received in the response. Variables can be set manually as needed, though most values required for typical use of the Provide stack will be automatically updated by an associated request. A list of environment variables and the requests that automatically populate them is listed below:

VariablePopulated by:

user_id

Create User

organization_id

Create Organization

jwt_token

User Authentication

jwt_token_organization

Organization Authorization

application_id

Create Application

jwt_token_application

Application Authorization

account_id

Create Account

connector_id

Create Connector

contract_id

Create Contract

wallet_id

Create Wallet

key_id

Create a Key

vault_id

Create a Vault

secret_id

Store a Secret

Last updated