Forum Discussion
thialessandro
2 years agoFrequent Visitor
Problem connecting API with token
Hello, I need to connect in API with method POST and authorization token, but the response is problem with annonymous authentication. I tried with M language: let
content = "{""filtro...
lbendlin
2 years agoSuper User
Most likely you need to use "Bearer " & token
As you can probably appreciate it is nearly impossible to help with API queries without access to said API (which you may not be willing to provide for understandable reasons)