Setup access to Integrator API

 

Integrator API Wizard

The main account can setup Integrator API on the following page: https://www.islonline.com/account/hosted-service/webapi2-integration-wizard.htm 

Step 1

 

As instructed on the wizard, you must first generate a public/private key pair via openssl with the following commands:

openssl genrsa -out jwt.pem 4096
openssl rsa -in jwt.pem -pubout -out jwtpub.pem

 

Important: you must keep your private key safe. Please store it securely, and don't send it to anyone.

 

Step 2

Open the jwtpub.pem file, copy the contents and paste them into the wizard.

 

Step 3

 

Integrator setup is now completed.

You must download the Integrator ID and the Private Key for the main account

  • Integrator ID is needed for any Integrator API call.
  • The Private Key for the main account is used to authenticate as the main user when calling integrator/user/login/1 method.

You will now have two private keys, make sure you can identify each one:

  1. The Integrator Private Key (the one generated by you in Step 1)
  2. The User Private Key (downloaded from the wizard)

Important: You must keep both private keys safe. Please store them securely, and don't send them to anyone.

Was this article helpful?