Skip to main content

Quickstart

Get Access & Authenticate

  • API Access: Request API access through Visma Connect (refer to Authentication).
  • Token Request: Authenticate to get an access token, for example in Postman (refer to Authentication).

Run Inventory Optimization

With a valid access token, you can call the endpoints of the IO API. There are two quick ways to get started:

  1. Use the IO boilerplate code to run some processes. The repository is written in Python, but should be easy to translate to the language of your choice with a service like ChatGPT.
  2. Import and set up the IO Postman collection.

Reach out to us if these have not already been shared with you.

You can also read the API reference and start your integration from scratch if you'd like that.

Regardless of which way you choose to go, we recommend that you start by reading the Integration Overview page first. This should make it clear how you can integrate with the IO API.