My Products
Help
nils_tradingapp
CONTRIBUTOR *

Retrive data from Visma.net ERP Service API

by nils_tradingapp

I am trying to retrive data through the Visma.net ERP Service API.
I have a valid access_token for my client, with scopes vismanet_erp_service_api:create, vismanet_erp_service_api:read and vismanet_erp_service_api:update.

 

I am now trying the following command

 

curl --request GET --url https://integration.visma.net/API/service/controller/api/v1/inventory --header 'accept: application/json' --header 'authorization: Bearer a-valid-access-token'

 

The result I get is "503 Service Temporarily Unavailable"

 

The first part of the URL is taken from the API description in the developer portal (https://integration.visma.net/API/service). The second part is from the documentation of the Inventory interface. (controller/api/v1/inventory). The rest is taken from the general Docmentation of how to Make Your First Request.

 

Why do I get a 503 response?

 

1 REPLY 1
Accepted solution
Magnus Johnsen
VISMA

by Magnus Johnsen