Forum Discussion

alex_panganiban's avatar
alex_panganiban
Contributor
6 years ago

Passing Bearer Token to REST GET

I received a token from a authorization REST POST call. I now need to pass this token as the bearer token of a REST GET call. How can I correctly pass my token to the REST GET snap? I was able to d...