Ali Mahmoudi
Posts: 0
Joined: Thu Aug 28, 2014 9:57 am

generated token to use in another service

Hi Guys,

I'm trying to get a token from my external rest api and the services got the access token so now how I can use this access token and call it in another service because I get the token in my app and then I need to call the other service using that code.

any suggestion on this would be highly appericiated.

Terry Gilliver
Posts: 0
Joined: Fri Apr 18, 2014 8:45 pm

generated token to use in another service

I am not sure if I understand, you have retrieved a token from an external rest service. You now want to pass that token to a second rest service. Is that correct?

I think you will need to have a function call in the second rest service that takes that token and makes use of it.

You can make a call from Appery to the url of the second service, passing the token, but there has to be an endpoint on that service that uses it.

Return to “Issues”