Question:
Is it possible to fetch your wix website data from wix to an external site ?
Product:
[Which editor or feature is your question most relevant to? e.g. Wix Editor, Wix Studio Editor.]
What are you trying to achieve:
I have a wix website with bookings, contacts, orders, etc.
I am building an external dashboard (externally hosted outside of wix) for management to be able to view bookings, contacts, orders, etc.
Is it possible to fetch the data from wix to the external site ?
I am trying to use API calls to do so.
What have you already tried:
For instance, I have used the API endpoint: https://www.wixapis.com/bookings/bookings-reader/v2/extended-bookings/query to try to query the bookings.
I made a Get request to the api endpoint and in the header I included the Authorization and the wix-metasite-id .
Authorization: Bearer
wix-metasite-id:
I keep getting a 404 not found, or something like that. I am not sure if I am using the API right or not. Is the bookings api out of box ready to use if you have a site with Bookings or I am supposed to first develop the API endpoints ? The Wix API documentation clearly stated specific enpoints. It is not clear if those endpoints can be used from an external website on a normal Wix website to get data.
Additional information: