We've sent a verification link by email
Didn't receive the email? Check your Spam folder, it may have been caught by a filter. If you still don't see it, you can resend the verification email.
Started February 19th, 2022 · 1 reply · Latest reply by junodenizen 2 years, 9 months ago
I'm using the API to make an app. I'm trying to get the user information, like just a username would be good. When I use my authorization token, I'm getting a 401 error in my app. On the command line using curl like this:
curl -H "Authorization: Bearer ACCESS_CODE" "https://freesound.org/apiv2/me"
I'm not getting anything in response to that. Just a blank page. Here's the part of the API that explains how to get user info:
How do I make this work?