AccountsIQ API

Installing the AIQ Postman Collection

AIQ SOAP API Version 1.1

  1. To request a Postman collection to this API, please email integration@accountsiq.com and provide the location the AIQ deployment is on and the Provider you are requesting to connect with via the API.
  2. You will need a:
    • PartnerKey: Provided from onboarding or support.
    • UserKey: Generated within the AIQ deployment – See the Integration section in this How To Video.
    • Entity to connect get data from.
  3. Make sure you have the correct Postman Collection file based on you AIQ Deployment location:
  4. Click the Import button and locate the collection file. postman10
  5. Drag and drop or select the file. postman11
  6. Click on the collection to open it. postman12
  7. In the Current Value fields, set your Company Id, PartnerKey and UserKey. Leave the remaining variables unedited: postman13
    • Company Id -> coID
    • Partner Key -> partnerKey
    • UserKey -> userKey
  8. Save the variables. postman14
  9. Search and Open the Login Method and send the request. This will get a token and set it to memory.
  10. Now call any method. The token is automatically added to the call.
  11. Once the token expires, call the Login Method again.

See More:

AIQ SOAP API Version 2.0

  1. To request a Postman collection to this API, please email integration@accountsiq.com and provide the location the AIQ deployment is on and the Provider you are requesting to connect with via the API.
  2. You will need:
  3. Make sure you have the correct file based on you AIQ Deployment location:
  4. Click the Import button and locate the collection file. postman10
  5. Drag and drop or select the file. postman11
  6. Click on the collection to open it. postman15
  7. In the Current Value fields, set your Entity, Client ID and Secret. Leave the remaining variables unedited: postman17
    • Entity -> aiq_client_id
    • Client ID -> aiq_client_secret
    • Secret -> aiq_client_secret
  8. Save the variables. postman14
  9. Search and Open the TokenGet Method and send the request. This will get a token and set it to memory as well as a Refresh token.
  10. Now call any method. The token is automatically added to the call.
  11. Once the token expires, call TokenRefresh to get a new set of tokens.

See More: