Hi all,
I am tying to access a webservice which I've published on Business Central (on cloud not on premise) but can't manage to authenticate ... I am getting error 401 : Unauthorized.
I also tried using Basic Auth (via 'Postman') and tried to use my user's Web Service Access Key as a password which I generated directly from the user card in BC.
From the effective permissions, I can see that the user has valid permissions on the object published (also has permission SUPER among others).
I am also using the web service url with the tenant id i.e. ;
https://api.businesscentral.dynamics.com/v1.0/1e8d4a09-820e-xxxx-xxxx-xxxxxxxxxxxx/sandbox/WS/CRONUS%20NL/Codeunit/MoveData
Any ideas of what could be wrong here?
Thanks in advance!