Connecting to an OAuth API Like PayPal With Power Query
My previous post on using Power Query to access API's looked at API's that required either basic or no authorization. This post looks at API's that implement OAuth authorization, and as an example I'll be connecting to PayPal. The following query/process works in both Excel and Power BI Desktop. What is OAuth? OAuth is a …