Forum Discussion
Best way to acquire data from an API using token and parameters
- 4 years ago
Hi cccarv82
The following links should be helpful.
Getting Started with API's in Power Query • My Online Training Hub
Web.Contents - PowerQuery M | Microsoft Docs
Your token is used in the headers, so put it in the Headers property. You can create a query parameter to store the token and use its name in the code. Parameters - Power Query | Microsoft Docs
Best Regards,
Community Support Team _ Jing
If this post helps, please Accept it as Solution to help other members find it.
Hi cccarv82
The following links should be helpful.
Getting Started with API's in Power Query • My Online Training Hub
Web.Contents - PowerQuery M | Microsoft Docs
Your token is used in the headers, so put it in the Headers property. You can create a query parameter to store the token and use its name in the code. Parameters - Power Query | Microsoft Docs
Best Regards,
Community Support Team _ Jing
If this post helps, please Accept it as Solution to help other members find it.