When I make a request using Postman to query the Visma Net API /account endpoint, I get a HTTP 400 Bad Request error:
{
"ExceptionType": "IPPException",
"ExceptionMessage": "",
"ExceptionFaultCode": "12002",
"ExceptionMessageID": "12002_12002_some-guid",
"ExceptionDetails": ""
}
The request I send is to:
https://integration.visma.net/API/controller/api/v1/account?active=true
I put the received Bearer token from the OAuth authentication step in the Authorization
header.