Hi Lydia,
Thanks for getting back to me, the thing is though in order to get the token you have to first POST to the api.
Its like a two step authentication. How would this translate?
let apiUrl = "https://api.secondstreetapp.com/sessions", options = [Headers =[#"username"="***"],[#"password"="****"]], result = Web.Contents(apiUrl , options) in result
When I put in the above I get Access to the resource is forbidden and then taken to a login screen, what I am needing it to return is...
{ |
Thanks
Chris