Skip to content

API URLs

Viskan APIs are available through different base URLs depending on environment. To access these APIs, combine the base URL + endpoint, for example to find stock balances, construct the URL like this: https://api.viskan.com + /warehouse-management/stock-balance/stock-balances.

Note: Use HTTPS for all of your interactions with Viskan APIs.

Base URLs

Use one of the base URLs below to access the Viskan APIs.

EnvironmentBase URL
Productionhttps://api.viskan.com
Staginghttps://api.staging.viskan.com
Developmenthttps://api.dev.viskan.com

Visma Developer Portal and authorization base URL

You can read more about Visma Developer Portal and how authentication works here.

EnvironmentDeveloper portalAuthorization base URL
Productionhttps://oauth.developers.visma.comhttps://connect.visma.com
Staginghttps://oauth.developers.stagaws.visma.comhttps://connect.identity.stagaws.visma.com
Developmenthttps://oauth.developers.stagaws.visma.comhttps://connect.identity.stagaws.visma.com

HTTP versions

The API endpoints supports the HTTP/1.1 and HTTP/2 protocol.