Hi,
I am trying to implement something based on the Web Api.
If I call endpoints behind /api (e.g. https://api.nuki.io/api/key/{myId}/token) I get this error about every third call:
{
"code": 500,
"description": "The server encountered an unexpected condition which prevented it from fulfilling the request",
"homeRef": "/",
"reasonPhrase": "Internal Server Error",
"uri": "http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.5.1"
}
Could you please fix that?
Thanks and Regards,
Alex