2024-12-06, 11:40 AM
(This post was last modified: 2024-12-06, 11:41 AM by polishgrompl. Edited 1 time in total.)
(2024-12-05, 11:41 PM)crobibero Wrote:
Jellyfin doesn’t use Bearer auth. The /Users/Public endpoint worked for you because it doesn’t require auth.
https://gist.github.com/nielsvanvelzen/e...1ffaf12a6f
Thanks for a reply. I figured out by myself what is wrong and you are right. I'm new to jellyfin API and was using ChatGPT for help with commands. It misled me. 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.