Forum Discussion
pablopablo
6 years agoFrequent Visitor
Connect to API - Bad Request Error
Hi. I need some help getting data from an API using OAuth & bearer token. Here is the code that I currently have: let
//Create the variables
TokenURL = "xxx",
clientId = "xxx",
cli...
v-lid-msft
6 years agoCommunity Support
Hi pablopablo ,
It seems like add "" to the client fix the previous problem? If you got a warning like following, please try to edit with Anonymous since you have put the token inside the Header.
Best regards,
pablopablo
6 years agoFrequent Visitor
Yeah I added the Anonymous but now getting this error
'We couldn't authenticate with the credentials provided. Please try again'
However I can see it create the token and parse it through. I try the token in postman and it works successfully.