How do you make a fetch post request with params to an external api ?
Hi Jorge,
You can find all the information here: Velo: Accessing 3rd-Party Services with the Fetch API | Help Center | Wix.com
Thanks,
Itay Koren
That link has no example for POST
@ryanauger It’s only an example showing one way to do a fetch. You can use POST (or other requests) if you want. Here are some other Fetch examples:
Expose and Access Site APIs
Use MyApi and MyApiClient to expose and access external APIs.
Send Email with SendGrid REST Interface
Send an email using the SendGrid REST API.
Stripe Payment Processing
Integrate the Stripe Payment processing system into a site. Three levels of user access are demonstrated: visitor, freemium (registered), and premium (paid).
Using the Places API from Google Map Services
Demonstrates geolocation queries using the Google Maps Places API web services. The queries are performed in backend (server-side) web modules.
Good morning @yisrael-wix , I am stuck trying to generate a content hash for my external api to be called from my wix site but I am unable to figure this out. Is there anything you can suggest?