Hi everybody,
I'm trying to pass an access token to the URL for a GET request to the dataverse API instead of using the header authorization. I have tried appending it as a query parameter like "https://....?access_token=..." but I keep getting a 401 unauthorized error.
Could anyone provide some guidance on the proper way to pass the access token in the URL rather than the header for this API? I would really appreciate any solution to get this working.
Let me know if you have any ideas or examples of constructing the URL with the access token that you know will work with the dataverse API. I'm wondering if I'm missing something simple in how I'm formatting the token in the URL.
Any help is much appreciated!
Thank you!