Infos:
- Used Zammad version: 5.0.2
- Used Zammad installation type: docker-compose
- Operating system: -
- Browser + version: -
Expected behavior:
- Issuing request against /api/v1/slas/… with Token Authorization would return the data
Actual behavior:
- Response is:
{"error":"Not authorized (token)!","error_human":"Not authorized (token)!"}
NOTE: using basic HTTP auth works (but storing user’s password is a no-go for any real world systems, so not really a workaround)
I didn’t find any related documentation but then again lot of endpoints’ detail is undocumented to this day so I don’t expect it to be a barrier for make it work. Any help is appreciated to overcome this limitation.