How to import external JSON file with API keys
-
Hi all,
General JSON question for you…
There is a need on a WordPress site to import JSON data from 3 different REST API URLs. Each of the 3 feeds has the same API key which I can test successfully in Postman outside of WordPress. The goal is to display on a WP page 3 columns, each of which would display a list of values from one specific JSON field in each feed.
I looked into WP All Import Pro and there is the ability to download a JSON file, but it doesn’t provide the facility to add API keys to the request so the download request fails. I looked through their docs and they do provide customized hooks, but I’m not seeing anything with regard to passing API keys for authorization.
Can anyone recommend a plugin, or perhaps a direction with WP All Import, that might accomplish this or would this require a custom plugin solution?
Thanks!
- You must be logged in to reply to this topic.