Skip to main content

unauthenticated

The endpoint requires authentication and your request did not carry an Authorization header at all. Send the header on every request:
Cookies, query parameters, and custom headers are deliberately rejected — see auth.md §2.1. If you’re already sending the header but still see this code, you may be hitting a route that rejects the header before parsing it (e.g. an empty or whitespace-only value). Check your client’s header serialisation.