Discussions
PATCH Employee -> Unauthenticated.
10 months ago by Simon Ö
Hi,
we have successfully used the API Interface. However, it does not work since a few days.
I receive a valid token:
{
"success": true,
"data": {
"token": "[not copied here],
"expires_in": 86400,
"scope": "employees:read employees:write"
}
}
With this token I can read data. However, PATCH is not possible.
I receive:
{
"success": false,
"error": {
"message": "Unauthenticated.",
"code": 401
}
}