Why I am not able to consume third Party RESTAPI

1
Hi, I am trying to consume data from third party API but not able to get it as I am invalid token error.I am following this video link for consuming data from third party API – https://video.mendix.com/watch/LxzKESFzqsrvNcGCY5YHCg. I am not getting exactly why this issue is coming as i am getting the same token in API also. Could anyone guide me whether i am missing any step or anyone could explain what steps do i need to follow exactly.  
asked
1 answers
1

It looks like you are using an invalid token (That’s what the error message is about). How do you create or recieve the needed token? It looks like it’s not the API call itself that is failing. It is the wrong token that is causing it to fail.

answered