Hello,
since a while, i do see in sample script the way to authenticate has changed.
I was using this method to authenticate using the API:
{"TECHNICIAN_KEY":"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX"}
And the method has change to be:
{"authtoken":"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX"}
For me it does make sense since the feature "integration key". now in script i use the API key instead of a technician key which was using a technician license, also the roles assigned to the API key can be more narrowed to the need.
So, the {"authtoken":"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX"} method will it be the "standard" way to authenticate using the API? or does it have another purpose?
Regards
Martin