Forum Discussion
TrysHisBest
4 years agoNew Member
Channel Advisor API Connection with auth key creation
Afternoon All! Gonna be honest i'm racking my **bleep** brains out with this one but i'm getting no where. I tested a rest function in Postman and all works brilliant returning the data i nee...
- 4 years ago
Great! Cheers!
The response is in Json format, so you just need to add a step at the end of the custom function to extract access_token value. Don't forget to add a comma at the end of previous response step.
..................... response = Json.Document(Web.Contents(.......................)), access_token = response[access_token] in access_tokenJing
lbendlin
3 years agoSuper User
Did you notice there are two spaces after "Bearer" ?
SomeDataDude
3 years agoAdvocate I
Yes I did. In my current M code is it just one.