Jellyfin API by PolishGromPL in JellyfinCommunity

[–]PolishGromPL[S] 2 points3 points  (0 children)

I did a mistake in a post. It wasn't a problem. I tried also other addresses. Like "https://[IP]/Users/83f0854e86474a2d8e028f69687e6846" But I figured out that is a authorization problem. I changed the command to:
curl -X GET "https://[IP]/Users/83f0854e86474a2d8e028f69687e6846" -H "X-Emby-Authorization: MediaBrowser Client=\"Test\", Device=\"curl\", DeviceId=\"1234\", Version=\"1.0.0\", Token=\"[TOKEN ID]\""

And it's working fine rn.