Hello, I am trying to get a token for the v1/v2 endpoints, but when I use the scope value that you propose: vismanet_erp_service_api:update vismanet_erp_service_api:create vismanet_erp_service_api:read vismanet_erp_service_api:delete then I get the following error: {"error":"invalid_scope"} I have also tried the following values, but I get the same error: vismanet_erp_service_api:read visma_api:read vismanet_erp_interactive_api:read In the Visma Developer Portal I have set the following scopes: visma.net.erp.salesorder:read vismanet_erp_service_api:create vismanet_erp_service_api:read vismanet_erp_service_api:update vismanet_erp_service_api:delete However, when I use the following scope value I am able to successfully get a token: visma.net.erp.salesorder:read Do you know how to set the scope for the v1/v2 endpoints?
... View more