Api hates me, I just want my user info

The id param is to search by user id, it’s not where you supply your apps client id, which is why you’re getting a 401 as you’re not supplying your client id anywhere in the request.

You need to send your client id as the Client-ID header, and then use the login param so you can look up by username.