Appearance
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.
| Environment | Base URL |
|---|---|
| Production | https://api.viskan.com |
| Staging | https://api.staging.viskan.com |
| Development | https://api.dev.viskan.com |
Visma Developer Portal and authorization base URL
You can read more about Visma Developer Portal and how authentication works here.
| Environment | Developer portal | Authorization base URL |
|---|---|---|
| Production | https://oauth.developers.visma.com | https://connect.visma.com |
| Staging | https://oauth.developers.stagaws.visma.com | https://connect.identity.stagaws.visma.com |
| Development | https://oauth.developers.stagaws.visma.com | https://connect.identity.stagaws.visma.com |
HTTP versions
The API endpoints supports the HTTP/1.1 and HTTP/2 protocol.