I am trying to build my first Wix website, and I am trying to connect it to a different application that I am building. I am trying to get a list of all users on my website using a python request so that I can connect their information to my external app, but I can’t find a way to export the contact list.
I was trying to create a backend .js function that I could then call in python, but I can’t figure out the proper way to export the user information.
How can I access this list, or is there an easier way to do what I’m trying to do?
I tried to create a backend function in my wix website that would get the contact list and return it as in json format, but when I request the information from python I get a 500 server error, so I know I’m not returning it properly.
Brendan Campbell is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.