I had this code written for me to extract JSON files. It has been exactly what I need until now.
The data I'm trying to pull is from the API from a site I have a paid subscription to.
I have a username/login and not an API key.
When I access the API link through a browser I am logged into I am able to retrieve all the data, but when I try to use my VBA code some of the data is restricted and is left off the JSON file.
I have been googling to find any info, but my lack of coding skills limits me.
The only thing I could decipher was I may need the login cookie data.
Does anyone know any options I have ?
here is the code:
here is the login page:
I have also attached my excel file
Bookmarks