how to pass accesss token while calling REST api in mendix

0
I need to call a REST GET api which requires access token as manadtory auth token. how to pass accesss token in mendix while consuming rest api
asked
2 answers
1

Hi Pooja,

Maybe this forumpost could help you?

https://forum.mendix.com/link/questions/95189 

answered
0

How exactly does that access token work? It’s typically an HTTP header. The Call REST activity has a tab where you can specify headers.

answered