‎03-28-2022 06:54 PM
Solved! Go to Solution.
‎08-11-2022 10:57 PM
Thanks for trying out our API, have you checked out our documentation, you will find it here Welcome to Lansweeper Cloud's Technical Documentation | Documentation – Lansweeper
‎01-06-2023 02:28 PM
Support Feedbac ksolved my issue. Here it is for anyone else having the same issue
500 errors are rather generic and are usually caused by a configuration problem in the connection between the two machines. If the parameters or actions are incorrect, the API will respond with correct feedback.
Most likely, the issue can be resolved by one of the following.
<sectionGroup name="security">
<section name="access" overrideModeDefault="Deny" />
<section name="applicationDependencies" overrideModeDefault="Deny" />
<sectionGroup name="authentication">
<section name="anonymousAuthentication" overrideModeDefault="Allow" />
<system.webServer>
<security>
<authentication>
<anonymousAuthentication enabled="true" />
</authentication>
</security>
</system.webServer>
‎12-28-2022 09:07 PM
SklyarP,
I'm having the same issue. What did you do to finally get it to work? The link shared by Casslloyd seems to only be for the cloud API and not the on-prem ticket API.
‎08-11-2022 10:57 PM
Thanks for trying out our API, have you checked out our documentation, you will find it here Welcome to Lansweeper Cloud's Technical Documentation | Documentation – Lansweeper
Experience Lansweeper with your own data. Sign up now for a 14-day free trial.
Try Now