I’m trying to make a GET request to a website called Datadis.
I initially used Postman to generate and make sure the token was correct and after committing it I moved on to Make, but it still gives me the 401 “unauthorized” error.
I know for sure that the token is correct as it works in Postman. And I tried several HTTP request options but none of them work.
The only option I haven’t tried is an OAuth 2.0 request, but that’s because it requires credentials that Datadis doesn’t provide me.
Datadis has an API tutorial where it explains how to get the token and provides the URL for the request, nothing more. And it makes sense, because that’s enough for Postman, so I don’t think OAuth 2.0 is the answer.
I really appreciate all the help I can get.
Hey @Albert_Arola
Please provide me with the blueprint of the scenario where you use the HTTP make request module.
There you have some screenshots of the scenario and its operation. The authorization header’s value is the word “Bearer” followed by the token string.
Welcome to the Make community!
The value of the “Token” might need to begin with Token
plus a space, before the actual token itself.
Token 012345678901234567890123456789
samliew – request private consultation
Join the Make Fans Discord server to chat with other makers!
1 Like
Just tried that and keeps saying “Unauthorised”.
You’ll need to contact the support for Datadis and Make then.
For technical issues or bugs like this, directly contacting support can often lead to a faster resolution. They have access to your specific account details, scenario and scenario logs, server-side logs, and internal tools and resources, which allows them to investigate more thoroughly than what you have access to. Additionally, sharing sensitive information about your account or scenario might not be suitable for an open forum discussion.
You can open a new ticket here, or if you are unable to login for some reason, you can create another new free account to access the ticketing system (which is only available to logged-in users).
If you manage to get your issue resolved with support, we’d still love to hear about it! Sharing your solution on the forum can help others facing similar problems.
Join the Make Fans Discord server to chat with other makers!
1 Like