Forum Discussion
ahmirof
Sep 18, 2022Copper Contributor
How import data from Json API
Hi,
I have a website and people can import data from my website by an API key to their own website.
But now I am trying to import the data which is a service list to an Excel sheet.
This is my website API document URL : https://neofollower.com/panel/api/docs
I want to import the "Services List"
it has two parameters :
key = Your API key
action = services
and the API URL: https://neofollower.com/panel/api/v1
the API key is unique for every user
My excel is Professional Plus 2021
I tried with Data-> New query -> From other resources -> From web
then :
URL parts: https://neofollower.com/panel/api/v1
HTTP request header :
key = my API key
action= services
but i don't get any results (it says the API key is disabled or didn't connect, but API is work perfectly in other websites)
what should I do?
No RepliesBe the first to reply