Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago

Connect to an Web API using bearer token without embedding the token in Power Query steps

Hi Community,

I am curious if anyone has success in connecting to a Web API without embedding their bearer tokens in the Power Query steps. Currently I can connect succesfully by embedding the token as one of header parameter (Authorization: Bearer {token}).